Shades of Hot Toddy #B06D1F
Tints of Hot Toddy #B06D1F
RGB
CMYK
RGB Variations
Color information
#B06D1F (or 0xB06D1F) is known color: Hot Toddy. HEX triplet: B0, 6D and 1F. RGB value is (176,109,31). Sum of RGB (Red+Green+Blue) = 176+109+31=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D1F is #4F92E0. Grayscale: #787878. Windows color (decimal): -5214945 or 2059696. OLE color: 2059696.
HSL color Cylindrical-coordinate representation of color #B06D1F: hue angle of 32.28º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B06D1F is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 109 | 31 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.31 |
| HSL | 32.28º | 0.7% | 0.41% | - |
| HSV(B) | 32.28º | 0.82% | 0.69% | - |
| XYZ | 23.62 | 20.27 | 3.96 | - |
| YUV | 120.14 | 77.7 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 31 | 0 | 0.38 | 0.82 | 0.31 | 32.28 | 0.7 | 0.41 |
| Hex | B0 | 6D | 1F | 0 | 26 | 52 | 1F | 20 | 46 | 29 |
| Octal | 260 | 155 | 37 | 0 | 46 | 122 | 37 | 40 | 106 | 51 |
| Binary | 10110000 | 1101101 | 11111 | 0 | 100110 | 1010010 | 11111 | 100000 | 1000110 | 101001 |
Color Harmonies of #B06D1F
Complementary color
Monochromatic Colors of #B06D1F
Black with #B06D1F
Text Example
Text Example
White with #B06D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06D1F; }
p { color: rgb(176,109,31); }
H1.HeaderClassName
{
color: #B06D1F;
}
.AnyTagClassName
{
color: #B06D1F;
}
</style>
background-color css
<style>
a { background-color: #B06D1F; }
a { background-color: rgb(176,109,31); }
div.DivClassName
{
background-color: #B06D1F;
}
.BgClassName
{
background-color: #B06D1F;
}
</style>
border-color css
<style>
span { border-color: #B06D1F; }
span { border-color: rgb(176,109,31); }
td.TdClassName
{
border-color: #B06D1F;
}
.TagClassName
{
border-color: #B06D1F;
}
</style>