Chocolate Raspberry Stout Beer Recipe | All Grain Imperial Stout by Joe 6-pack | Brewer's Friend (2024)

Brew your best beer EVER. Save 10% on Brewer's Friend Premium today. Use code TAKE10.Sign Up×

Chocolate Raspberry Stout Beer Recipe | All Grain Imperial Stout by Joe 6-pack | Brewer's Friend (3)

Joe 6-pack

Beer Stats

Method:All Grain
Style:Imperial Stout
Boil Time:60 min
Batch Size: 5.5 gallons (fermentor volume)
Pre Boil Size:7.5 gallons
Pre Boil Gravity:1.063(recipe based estimate)
Post Boil Gravity:1.090 (recipe based estimate)
Efficiency: 68% (brew house)
Source:Joe 6-pack

Rating:

4.00(1 Review)


Calories:301 calories (Per 12oz)
Carbs:32.7 g (Per 12oz)

Created: Saturday September 10th 2022

1.090

1.025

8.4%

50.0

n/a

n/a

Want no ads? Go Premium and unlock all our brewing tools!

Fermentables

AmountFermentableCostPPG°LBill %
12 lbUS - Pale 2-Row371.857.8%
2 lbAmerican - Roasted Barley333009.6%
1.50 lbCrisp Malting - Pale Chocolate32.72207.2%
1 lbFlaked Barley322.24.8%
1 lbFlaked Oats332.24.8%
1 lbCaramel / Crystal 60L34604.8%
8 ozAmerican - Carapils (Dextrine Malt)331.82.4%
8 ozAmerican - Blackprinz365002.4%
12 ozRaspberry, red - (late boil kettle addition)2.303.6%
8 ozLactose (Milk Sugar) - (late boil kettle addition)4112.4%
20.75 lbs / $0.00

Hops

Amount Variety Cost Type AA Use Time IBU Bill %
1 oz Chinook Pellet 13 Boil 50 min 38.08 33.3%
0.50 oz Willamette Pellet 5.7 Boil 30 min 6.75 16.7%
0.50 oz Fuggles Pellet 5.6 Boil 30 min 6.63 16.7%
0.50 oz Willamette Pellet 5.7 Boil 15 min 4.36 16.7%
0.50 oz Fuggles Pellet 5.6 Boil 15 min 4.28 16.7%
3 oz / $0.00

Mash Guidelines

AmountDescriptionTypeStart TempTarget TempTime
7 galInfusion164 °F154 °F60 min
3.5 gal1 qt PyrexFly Sparge175 °F170 °F40 min
Starting Mash Thickness:1.5qt/lb

Other Ingredients

AmountNameCostTypeUseTime
1.50 tspCalcium Chloride (anhydrous) Water AgtMash--
1 tspGypsum Water AgtMash--
4 ozCocao Nibs FlavorBoil15 min.
1 ozBakers 100% cocao chocolate FlavorBoil10 min.
2 ozbittersweet chocolate chips FlavorBoil10 min.
1.50 tspVanilla extract SpiceBoil10 min.
1 tspCalcium Chloride (anhydrous) Water AgtSparge--
1 tspGypsum Water AgtSparge--
50 ozraspberry puree FlavorPrimary5 days

Yeast

Fermentis - Safale - English Ale Yeast S-04

Amount:

2Each

Cost:

Attenuation (avg):

75%

Flocculation:

High

Optimum Temp:

54 - 77 °F

Starter:

No

Fermentation Temp:

70°F

Pitch Rate:

0.75(M cells / ml / ° P)337 B cells required
$0.00Yeast Pitch Rate and Starter Calculator

Priming

Method: dextroseAmount: 5 ozTemp: 68 °FCO2 Level: 2.25 Volumes

Target Water Profile

Balanced Profile

Ca+2Mg+2Na+Cl-SO4-2HCO3-
000000
Mash Chemistry and Brewing Water Calculator

Notes

Using 2 packets of dry yeast
>> putting smashed raspberries directly into the kettle <<
>> put cocao nibs in muslin bag <<

Add raspberry puree into fermentor after/as initial fermentation has completes - keep in fermentor 5 days before bottling

  • be aware of residual fermentation causing bottle bombs

Last Updated and Sharing

900

Views

1

Brews

Chocolate Raspberry Stout Beer Recipe | All Grain Imperial Stout by Joe 6-pack | Brewer's Friend (4)

  • Public: Yup, Shared
  • Last Updated: 2022-09-17 17:38 UTC

NEW Water Requirements:
Chocolate Raspberry Stout

Equipment Profile Used

System Default

Close

Print

Water Requirements:
Chocolate Raspberry Stout

Close

Print

' + frontendQWRResults['equipmentProfileName'] + '

';$('#new_waterrequirement_results').append(profileInfo) .append('

') .append('

');// add div placeholders for warnings and volume resultsvar modalWarnings = $('#waterrequirement_warnings');var modalVolumes = $('#waterrequirement_volumes');// add table column headers based on current display unitif ('us' == units) {modalVolumes.append('

WaterGallonsQuarts

');} else {modalVolumes.append('

WaterLiters

');}var volumeContent = '';var totalContent = '';var showDiscrepancyWarning = false;// fill in QWR volume content$('.ui.view_new_waterrequirement_dialog.modal .ui.form').removeClass('loading');Object.keys(frontendQWRResults).forEach(function (volume) {var contentJSON = frontendQWRResults[volume];if ('warning' == contentJSON.messageType && contentJSON.message && contentJSON.message.length > 0) {modalWarnings.append('

' + contentJSON.message + '

');return;}if ('total' == volume) {totalContent = '

';if ('us' == units) {totalContent += 'Total:' + rounddecimal(contentJSON, 2) + '' + rounddecimal(gallonsToQuarts(contentJSON), 2) + '';} else {totalContent += 'Total:' + rounddecimal(contentJSON, 2) + '';}totalContent += '

';return;}if ('equipmentProfileName' == volume) {return;}var estimationMessage = '';if (isNumber(contentJSON.estimatedVolume)) {var volumeDiscrepancy = rounddecimal((contentJSON.estimatedVolume - contentJSON.volume), 2);if (volumeDiscrepancy > 0.01 || volumeDiscrepancy < -0.01) {var estimatedValue = '';if ('us' == units) {estimationValue = rounddecimal(contentJSON.estimatedVolume, 2) + " gal | " + rounddecimal(gallonsToQuarts(contentJSON.estimatedVolume), 2) + " qt";} else {estimationValue = rounddecimal(contentJSON.estimatedVolume, 2) + " L";}estimationMessage = '';showDiscrepancyWarning = true;}}if ('us' == units) {volumeContent += '

' + contentJSON.message + estimationMessage + '' + rounddecimal(contentJSON.volume, 2) + '' + rounddecimal(gallonsToQuarts(contentJSON.volume), 2) + '

';} else {volumeContent += '

' + contentJSON.message + estimationMessage + '' + rounddecimal(contentJSON.volume, 2) + '

';}});if (showDiscrepancyWarning) {modalWarnings.prepend('

NOTE: There appears to be at least one volume discrepancy between our estimations and your volumes. Check tooltip(s) below for details.

');}modalVolumes.append('

' + volumeContent + '

').append(totalContent);$('#new_waterrequirement_results').append('Brewer\'s Friend generated the above breakdown of water usage for the recipe. This is a combination of the recipe and the selected

equipment profile

. Volumes listed are calibrated to 68 °F / 20 °C.');$('#new_waterrequirement_results').fadeIn();$('#new_waterrequirement_results .exclamation').popup();}function loadWaterRequirementDialog() {$('.ui.view_waterrequirement_dialog.modal .ui.form').addClass('loading');$('#waterrequirement_results').hide();$('#waterrequirement_results').html("");// get the queryvar query = (typeof getQWRQuery != 'undefined') ? getQWRQuery() : '';// persist the change to the system$.ajax({url: "https://www.brewersfriend.com/homebrew/quick/waterrequirements/" + recipeIdForDialog+'?'+query,type: "GET",cache: false,timeout: 20000,success:function(data) {$('.ui.view_waterrequirement_dialog.modal .ui.form').removeClass('loading');$('#waterrequirement_results').html(data);$('#waterrequirement_results').fadeIn();},error:function(request, status, error) {alert("There was an error loading the water requirements. Please make sure you are connected to the internet and try again.");$('.ui.view_waterrequirement_dialog.modal .ui.form').removeClass('loading');$('#waterrequirement_results').html("Unable to get water requirements.");$('#waterrequirement_results').fadeIn();}});}

Recipe Cost $ (USD)

Recipe costs can be adjusted by changing the batch size. They won't be saved but will give you an idea of costs if your final yield was different.

Gallons

Cost $ Cost %
Fermentables $
Steeping Grains
(Extract Only)
$
Hops $
Yeast $
Other $
Cost Per Barrel $ 0.00
Cost Per Pint $ 0.00
Total Cost $ 0.00

Ok

Other Brewers Who Brewed This Recipe:

msekkes

Discussion about this recipe:

You must be logged in to add comments.

If you do not yet have an account, you may register here.


Chocolate Raspberry Stout Beer Recipe | All Grain Imperial Stout by Joe 6-pack | Brewer's Friend (5)
Joe 6-pack 04/10/2023 at 03:37am

4 of 5


I feel that 50 oz. of raspberry puree is a bit too much unless you really want a tart fruit forward taste. If I brew this again, I'm adjusting the puree amount to 1L (33.8 oz) - matches container I bought from webstrauntstore.com
I still really like the taste and they get better with age.

Back To Top

Chocolate Raspberry Stout Beer Recipe | All Grain Imperial Stout by Joe 6-pack | Brewer's Friend (2024)

References

Top Articles
Latest Posts
Article information

Author: Amb. Frankie Simonis

Last Updated:

Views: 6487

Rating: 4.6 / 5 (76 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Amb. Frankie Simonis

Birthday: 1998-02-19

Address: 64841 Delmar Isle, North Wiley, OR 74073

Phone: +17844167847676

Job: Forward IT Agent

Hobby: LARPing, Kitesurfing, Sewing, Digital arts, Sand art, Gardening, Dance

Introduction: My name is Amb. Frankie Simonis, I am a hilarious, enchanting, energetic, cooperative, innocent, cute, joyous person who loves writing and wants to share my knowledge and understanding with you.