Shades of Hot Toddy #B06F24
Tints of Hot Toddy #B06F24
RGB
CMYK
RGB Variations
Color information
#B06F24 (or 0xB06F24) is known color: Hot Toddy. HEX triplet: B0, 6F and 24. RGB value is (176,111,36). Sum of RGB (Red+Green+Blue) = 176+111+36=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 36 (14.45% from 255 or 11.15% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F24 is #4F90DB. Grayscale: #7A7A7A. Windows color (decimal): -5214428 or 2387888. OLE color: 2387888.
HSL color Cylindrical-coordinate representation of color #B06F24: hue angle of 32.14º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B06F24 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 36 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.31 |
| HSL | 32.14º | 0.66% | 0.42% | - |
| HSV(B) | 32.14º | 0.8% | 0.69% | - |
| XYZ | 23.91 | 20.73 | 4.41 | - |
| YUV | 121.89 | 79.53 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 36 | 0 | 0.37 | 0.80 | 0.31 | 32.14 | 0.66 | 0.42 |
| Hex | B0 | 6F | 24 | 0 | 25 | 50 | 1F | 20 | 42 | 2A |
| Octal | 260 | 157 | 44 | 0 | 45 | 120 | 37 | 40 | 102 | 52 |
| Binary | 10110000 | 1101111 | 100100 | 0 | 100101 | 1010000 | 11111 | 100000 | 1000010 | 101010 |
Color Harmonies of #B06F24
Complementary color
Monochromatic Colors of #B06F24
Black with #B06F24
Text Example
Text Example
White with #B06F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F24; }
p { color: rgb(176,111,36); }
H1.HeaderClassName
{
color: #B06F24;
}
.AnyTagClassName
{
color: #B06F24;
}
</style>
background-color css
<style>
a { background-color: #B06F24; }
a { background-color: rgb(176,111,36); }
div.DivClassName
{
background-color: #B06F24;
}
.BgClassName
{
background-color: #B06F24;
}
</style>
border-color css
<style>
span { border-color: #B06F24; }
span { border-color: rgb(176,111,36); }
td.TdClassName
{
border-color: #B06F24;
}
.TagClassName
{
border-color: #B06F24;
}
</style>