the Malt Color Unit.
the formula to apply.
the calculated color.
Daniels' model differs from Mosher's and suggests that homebrew is generally darker than commercial beers. Like Mosher's model, the formula has a minimum color that is not reasonable. Consequently the formula should only be used for beers with MCU greater than 11.
Morey's approximation is based on five assumptions.
Randy Mosher developed a model based on commercial beers whose recipes and color were known. Using this approximation, minimum beer color is 4.7. This is not realistic and the model should only be used for beer with MCU greater than 7.
Alternative constructor which allows color to be derived from batch volume and the fermentables:
const calc = BeerColorCalc.derive(Volume.liter(20), [
new Fermentable({ mass: new Mass(MassUnit.USPound, 7), color: new Color(ColorUnit.Lovibond, 4) }),
new Fermentable({ mass: new Mass(MassUnit.USPound, 0.5), color: new Color(ColorUnit.Lovibond, 60) }),
]);
@param batchVolume the total batch volume.
@param fermentables the array of fermentables.
Generated using TypeDoc
Beer color calculations. Example: