Reddit Raspberry Haze Beer Recipe | All Grain Fruit Beer | Brewer's Friend (2024)

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

rolandblais

Beer Stats

Method:All Grain
Style:Fruit Beer
Boil Time:60 min
Batch Size: 5 gallons (fermentor volume)
Pre Boil Size:6.5 gallons
Pre Boil Gravity:1.047(recipe based estimate)
Efficiency: 70% (brew house)
Source:\u\beerisreallygod @ reddit/r/homebrewing

Calories:203 calories (Per 12oz)
Carbs:23 g (Per 12oz)

Created: Friday February 16th 2018

1.061

1.018

5.7%

4.0

n/a

n/a

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

Fermentables

AmountFermentableCostPPG°LBill %
4 lbAmerican - Wheat381.834.4%
4 lbAmerican - Pale 2-Row371.834.4%
1 lbFlaked Wheat3428.6%
1 lbFlaked Barley322.28.6%
1 lbFlaked Oats332.28.6%
10 ozMaltodextrin3905.4%
11.62 lbs / $0.00

Hops

Amount Variety Cost Type AA Use Time IBU Bill %
1 oz Willamette Pellet 4.5 Boil 60 min 17.62 50%
1 oz Cascade Pellet 7 Boil 15 min 13.6 50%
2 oz / $0.00

Mash Guidelines

AmountDescriptionTypeStart TempTarget TempTime
6.5 galInfusion--152 °F--

Other Ingredients

AmountNameCostTypeUseTime
4 lbFrozen Raspberries FlavorSecondary7 days

Yeast

Wyeast - American Wheat 1010

Amount:

1Each

Cost:

Attenuation (avg):

76%

Flocculation:

Low

Optimum Temp:

58 - 74 °F

Starter:

No

Fermentation Temp:

74°F

Pitch Rate:

-
$0.00Yeast Pitch Rate and Starter Calculator

Notes

https://www.themanual.com/food-and-drink/most-remote-brewery-mahina-brewery-easter-island/

Not sure what to call this one, made it like a NEIPA but without dry hopping and adding about 4 lbs of raspberries for a week before kegging. Turned out ridiculous.

4 lb American White Wheat
4 lb American Pale 2-Row
1 lb Flaked Wheat
1 lb Flaked Barley
1 lb Flaked Oats
10 oz Maltodextrin
1 oz Willamette (60 mins)
1 oz Cascade (15 mins)
4 lb Frozen Organic Raspberries
1000 ML yeast starter with Wyeast 1010

Single infusion mash at 152 F for 60 mins, mashout, sparge, boil....etc. My OG was 1.049 and I hit 1.011 after about a week and a half. Transferred to a secondary on top of the raspberries and let that sit for a week.

Just forced carbed it, it looks and tastes amazing.

Last Updated and Sharing

1,392

Views

Brews

Reddit Raspberry Haze Beer Recipe | All Grain Fruit Beer | Brewer's Friend (4)

  • Public: Yup, Shared
  • Last Updated: 2018-02-16 00:37 UTC

NEW Water Requirements:
Reddit Raspberry Haze

Equipment Profile Used

System Default

Close

Print

Water Requirements:
Reddit Raspberry Haze

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

Discussion about this recipe:

You must be logged in to add comments.

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


Back To Top

Reddit Raspberry Haze Beer Recipe | All Grain Fruit Beer | Brewer's Friend (2024)

References

Top Articles
Latest Posts
Article information

Author: Corie Satterfield

Last Updated:

Views: 5519

Rating: 4.1 / 5 (42 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Corie Satterfield

Birthday: 1992-08-19

Address: 850 Benjamin Bridge, Dickinsonchester, CO 68572-0542

Phone: +26813599986666

Job: Sales Manager

Hobby: Table tennis, Soapmaking, Flower arranging, amateur radio, Rock climbing, scrapbook, Horseback riding

Introduction: My name is Corie Satterfield, I am a fancy, perfect, spotless, quaint, fantastic, funny, lucky person who loves writing and wants to share my knowledge and understanding with you.