ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Taylor IBU Calculator v1.2 -- 2/11/2024
http://tinyurl.com/TaylorIBUCalculator
2
HopStand or Whirlpool
3
OG1.062FWH?FALSEHS Time15Final Volume5
4
5
Sequential
oz or grams
Alpha
Boil Time
Boil Time Effective
Magic Factor
Taylor IBUs
Double-Check
oz & gallonsTRUE
6
10.3810.76064.53.4414.014.0grams & litersFALSE
7
20.696.26064.53.4414.714.7
8
31.54.359.51.328.58.5
9
41.55.626.51.099.29.2
10
54.50.920.00.0
11
64.50.920.00.0
12
74.50.920.00.0
13
84.50.920.00.0
14
94.50.920.00.0
15
104.50.920.00.0
16
114.50.920.00.0
17
124.50.920.00.0
26
add an extra 0.9 because I said so
0.9
27
Total IBUs47.4BU:GU0.76
28
29
Taylor Calculation, using Imperial (USA) units:
30
31
IBU = oz * AA% * sqrt[4.6*(Boiltime+0.3*Whirlpooltime,a.k.a.,HopStandtime)] / V
32
33
Where the times are in minutes, and the V is flameout volume in gallons.
34
35
Calculate for each hop addition, add them all together, and finally add an extra 0.9 for good measure (because I said so).
36
37
38
And in the UK and other places outside the USA that use SI units:
39
40
IBU = grams * AA% * sqrt[4.6*(Boiltime+0.3*Whirlpooltime,a.k.a.,HopStandtime)] / V / 7.5
41
42
Where the times are in minutes, and the V is flameout volume in liters.
43
44
Again, add together the results for each hop addition, then finally add 0.9 at the end (just because).
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108