Shades of Hot Toddy #B06A1E
Tints of Hot Toddy #B06A1E
RGB
CMYK
RGB Variations
Color information
#B06A1E (or 0xB06A1E) is known color: Hot Toddy. HEX triplet: B0, 6A and 1E. RGB value is (176,106,30). Sum of RGB (Red+Green+Blue) = 176+106+30=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06A1E is #4F95E1. Grayscale: #767676. Windows color (decimal): -5215714 or 1993392. OLE color: 1993392.
HSL color Cylindrical-coordinate representation of color #B06A1E: hue angle of 31.23º 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 #B06A1E is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 106 | 30 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.31 |
| HSL | 31.23º | 0.71% | 0.4% | - |
| HSV(B) | 31.23º | 0.83% | 0.69% | - |
| XYZ | 23.29 | 19.63 | 3.79 | - |
| YUV | 118.27 | 78.19 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 30 | 0 | 0.40 | 0.83 | 0.31 | 31.23 | 0.71 | 0.4 |
| Hex | B0 | 6A | 1E | 0 | 28 | 53 | 1F | 1F | 47 | 28 |
| Octal | 260 | 152 | 36 | 0 | 50 | 123 | 37 | 37 | 107 | 50 |
| Binary | 10110000 | 1101010 | 11110 | 0 | 101000 | 1010011 | 11111 | 11111 | 1000111 | 101000 |
Color Harmonies of #B06A1E
Complementary color
Monochromatic Colors of #B06A1E
Black with #B06A1E
Text Example
Text Example
White with #B06A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06A1E; }
p { color: rgb(176,106,30); }
H1.HeaderClassName
{
color: #B06A1E;
}
.AnyTagClassName
{
color: #B06A1E;
}
</style>
background-color css
<style>
a { background-color: #B06A1E; }
a { background-color: rgb(176,106,30); }
div.DivClassName
{
background-color: #B06A1E;
}
.BgClassName
{
background-color: #B06A1E;
}
</style>
border-color css
<style>
span { border-color: #B06A1E; }
span { border-color: rgb(176,106,30); }
td.TdClassName
{
border-color: #B06A1E;
}
.TagClassName
{
border-color: #B06A1E;
}
</style>