Shades of Hot Toddy #B0732A
Tints of Hot Toddy #B0732A
RGB
CMYK
RGB Variations
Color information
#B0732A (or 0xB0732A) is known color: Hot Toddy. HEX triplet: B0, 73 and 2A. RGB value is (176,115,42). Sum of RGB (Red+Green+Blue) = 176+115+42=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B0732A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0732A is #4F8CD5. Grayscale: #7D7D7D. Windows color (decimal): -5213398 or 2782128. OLE color: 2782128.
HSL color Cylindrical-coordinate representation of color #B0732A: hue angle of 32.69º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0732A is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 42 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.31 |
| HSL | 32.69º | 0.61% | 0.43% | - |
| HSV(B) | 32.69º | 0.76% | 0.69% | - |
| XYZ | 24.45 | 21.66 | 5.08 | - |
| YUV | 124.92 | 81.21 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 42 | 0 | 0.35 | 0.76 | 0.31 | 32.69 | 0.61 | 0.43 |
| Hex | B0 | 73 | 2A | 0 | 23 | 4C | 1F | 21 | 3D | 2B |
| Octal | 260 | 163 | 52 | 0 | 43 | 114 | 37 | 41 | 75 | 53 |
| Binary | 10110000 | 1110011 | 101010 | 0 | 100011 | 1001100 | 11111 | 100001 | 111101 | 101011 |
Color Harmonies of #B0732A
Complementary color
Monochromatic Colors of #B0732A
Black with #B0732A
Text Example
Text Example
White with #B0732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0732A; }
p { color: rgb(176,115,42); }
H1.HeaderClassName
{
color: #B0732A;
}
.AnyTagClassName
{
color: #B0732A;
}
</style>
background-color css
<style>
a { background-color: #B0732A; }
a { background-color: rgb(176,115,42); }
div.DivClassName
{
background-color: #B0732A;
}
.BgClassName
{
background-color: #B0732A;
}
</style>
border-color css
<style>
span { border-color: #B0732A; }
span { border-color: rgb(176,115,42); }
td.TdClassName
{
border-color: #B0732A;
}
.TagClassName
{
border-color: #B0732A;
}
</style>