Shades of Hot Toddy #B06F22
Tints of Hot Toddy #B06F22
RGB
CMYK
RGB Variations
Color information
#B06F22 (or 0xB06F22) is known color: Hot Toddy. HEX triplet: B0, 6F and 22. RGB value is (176,111,34). Sum of RGB (Red+Green+Blue) = 176+111+34=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F22 is #4F90DD. Grayscale: #7A7A7A. Windows color (decimal): -5214430 or 2256816. OLE color: 2256816.
HSL color Cylindrical-coordinate representation of color #B06F22: hue angle of 32.54º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B06F22 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 34 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.31 |
| HSL | 32.54º | 0.68% | 0.41% | - |
| HSV(B) | 32.54º | 0.81% | 0.69% | - |
| XYZ | 23.88 | 20.71 | 4.25 | - |
| YUV | 121.66 | 78.53 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 34 | 0 | 0.37 | 0.81 | 0.31 | 32.54 | 0.68 | 0.41 |
| Hex | B0 | 6F | 22 | 0 | 25 | 51 | 1F | 21 | 44 | 29 |
| Octal | 260 | 157 | 42 | 0 | 45 | 121 | 37 | 41 | 104 | 51 |
| Binary | 10110000 | 1101111 | 100010 | 0 | 100101 | 1010001 | 11111 | 100001 | 1000100 | 101001 |
Color Harmonies of #B06F22
Complementary color
Monochromatic Colors of #B06F22
Black with #B06F22
Text Example
Text Example
White with #B06F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F22; }
p { color: rgb(176,111,34); }
H1.HeaderClassName
{
color: #B06F22;
}
.AnyTagClassName
{
color: #B06F22;
}
</style>
background-color css
<style>
a { background-color: #B06F22; }
a { background-color: rgb(176,111,34); }
div.DivClassName
{
background-color: #B06F22;
}
.BgClassName
{
background-color: #B06F22;
}
</style>
border-color css
<style>
span { border-color: #B06F22; }
span { border-color: rgb(176,111,34); }
td.TdClassName
{
border-color: #B06F22;
}
.TagClassName
{
border-color: #B06F22;
}
</style>