Shades of Hot Toddy #B06F23
Tints of Hot Toddy #B06F23
RGB
CMYK
RGB Variations
Color information
#B06F23 (or 0xB06F23) is known color: Hot Toddy. HEX triplet: B0, 6F and 23. RGB value is (176,111,35). Sum of RGB (Red+Green+Blue) = 176+111+35=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F23 is #4F90DC. Grayscale: #7A7A7A. Windows color (decimal): -5214429 or 2322352. OLE color: 2322352.
HSL color Cylindrical-coordinate representation of color #B06F23: hue angle of 32.34º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B06F23 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 35 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.31 |
| HSL | 32.34º | 0.67% | 0.41% | - |
| HSV(B) | 32.34º | 0.8% | 0.69% | - |
| XYZ | 23.89 | 20.72 | 4.33 | - |
| YUV | 121.77 | 79.03 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 35 | 0 | 0.37 | 0.80 | 0.31 | 32.34 | 0.67 | 0.41 |
| Hex | B0 | 6F | 23 | 0 | 25 | 50 | 1F | 20 | 43 | 29 |
| Octal | 260 | 157 | 43 | 0 | 45 | 120 | 37 | 40 | 103 | 51 |
| Binary | 10110000 | 1101111 | 100011 | 0 | 100101 | 1010000 | 11111 | 100000 | 1000011 | 101001 |
Color Harmonies of #B06F23
Complementary color
Monochromatic Colors of #B06F23
Black with #B06F23
Text Example
Text Example
White with #B06F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F23; }
p { color: rgb(176,111,35); }
H1.HeaderClassName
{
color: #B06F23;
}
.AnyTagClassName
{
color: #B06F23;
}
</style>
background-color css
<style>
a { background-color: #B06F23; }
a { background-color: rgb(176,111,35); }
div.DivClassName
{
background-color: #B06F23;
}
.BgClassName
{
background-color: #B06F23;
}
</style>
border-color css
<style>
span { border-color: #B06F23; }
span { border-color: rgb(176,111,35); }
td.TdClassName
{
border-color: #B06F23;
}
.TagClassName
{
border-color: #B06F23;
}
</style>