Shades of Hot Toddy #B07023
Tints of Hot Toddy #B07023
RGB
CMYK
RGB Variations
Color information
#B07023 (or 0xB07023) is known color: Hot Toddy. HEX triplet: B0, 70 and 23. RGB value is (176,112,35). Sum of RGB (Red+Green+Blue) = 176+112+35=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B07023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07023 is #4F8FDC. Grayscale: #7A7A7A. Windows color (decimal): -5214173 or 2322608. OLE color: 2322608.
HSL color Cylindrical-coordinate representation of color #B07023: hue angle of 32.77º 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 #B07023 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 35 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.31 |
| HSL | 32.77º | 0.67% | 0.41% | - |
| HSV(B) | 32.77º | 0.8% | 0.69% | - |
| XYZ | 24 | 20.94 | 4.37 | - |
| YUV | 122.36 | 78.7 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 35 | 0 | 0.36 | 0.80 | 0.31 | 32.77 | 0.67 | 0.41 |
| Hex | B0 | 70 | 23 | 0 | 24 | 50 | 1F | 21 | 43 | 29 |
| Octal | 260 | 160 | 43 | 0 | 44 | 120 | 37 | 41 | 103 | 51 |
| Binary | 10110000 | 1110000 | 100011 | 0 | 100100 | 1010000 | 11111 | 100001 | 1000011 | 101001 |
Color Harmonies of #B07023
Complementary color
Monochromatic Colors of #B07023
Black with #B07023
Text Example
Text Example
White with #B07023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07023; }
p { color: rgb(176,112,35); }
H1.HeaderClassName
{
color: #B07023;
}
.AnyTagClassName
{
color: #B07023;
}
</style>
background-color css
<style>
a { background-color: #B07023; }
a { background-color: rgb(176,112,35); }
div.DivClassName
{
background-color: #B07023;
}
.BgClassName
{
background-color: #B07023;
}
</style>
border-color css
<style>
span { border-color: #B07023; }
span { border-color: rgb(176,112,35); }
td.TdClassName
{
border-color: #B07023;
}
.TagClassName
{
border-color: #B07023;
}
</style>