Shades of Hot Toddy #B0711E
Tints of Hot Toddy #B0711E
RGB
CMYK
RGB Variations
Color information
#B0711E (or 0xB0711E) is known color: Hot Toddy. HEX triplet: B0, 71 and 1E. RGB value is (176,113,30). Sum of RGB (Red+Green+Blue) = 176+113+30=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B0711E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0711E is #4F8EE1. Grayscale: #7A7A7A. Windows color (decimal): -5213922 or 1995184. OLE color: 1995184.
HSL color Cylindrical-coordinate representation of color #B0711E: hue angle of 34.11º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0711E is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 113 | 30 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.31 |
| HSL | 34.11º | 0.71% | 0.4% | - |
| HSV(B) | 34.11º | 0.83% | 0.69% | - |
| XYZ | 24.04 | 21.13 | 4.04 | - |
| YUV | 122.38 | 75.87 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 30 | 0 | 0.36 | 0.83 | 0.31 | 34.11 | 0.71 | 0.4 |
| Hex | B0 | 71 | 1E | 0 | 24 | 53 | 1F | 22 | 47 | 28 |
| Octal | 260 | 161 | 36 | 0 | 44 | 123 | 37 | 42 | 107 | 50 |
| Binary | 10110000 | 1110001 | 11110 | 0 | 100100 | 1010011 | 11111 | 100010 | 1000111 | 101000 |
Color Harmonies of #B0711E
Complementary color
Monochromatic Colors of #B0711E
Black with #B0711E
Text Example
Text Example
White with #B0711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0711E; }
p { color: rgb(176,113,30); }
H1.HeaderClassName
{
color: #B0711E;
}
.AnyTagClassName
{
color: #B0711E;
}
</style>
background-color css
<style>
a { background-color: #B0711E; }
a { background-color: rgb(176,113,30); }
div.DivClassName
{
background-color: #B0711E;
}
.BgClassName
{
background-color: #B0711E;
}
</style>
border-color css
<style>
span { border-color: #B0711E; }
span { border-color: rgb(176,113,30); }
td.TdClassName
{
border-color: #B0711E;
}
.TagClassName
{
border-color: #B0711E;
}
</style>