Shades of Chocolate #B96212
Tints of Chocolate #B96212
RGB
CMYK
RGB Variations
Color information
#B96212 (or 0xB96212) is known color: Chocolate. HEX triplet: B9, 62 and 12. RGB value is (185,98,18). Sum of RGB (Red+Green+Blue) = 185+98+18=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B96212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96212 is #469DED. Grayscale: #737373. Windows color (decimal): -4627950 or 1204921. OLE color: 1204921.
HSL color Cylindrical-coordinate representation of color #B96212: hue angle of 28.74º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B96212 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 98 | 18 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.27 |
| HSL | 28.74º | 0.82% | 0.4% | - |
| HSV(B) | 28.74º | 0.9% | 0.73% | - |
| XYZ | 24.48 | 19.09 | 2.97 | - |
| YUV | 114.89 | 73.32 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 18 | 0 | 0.47 | 0.90 | 0.27 | 28.74 | 0.82 | 0.4 |
| Hex | B9 | 62 | 12 | 0 | 2F | 5A | 1B | 1D | 52 | 28 |
| Octal | 271 | 142 | 22 | 0 | 57 | 132 | 33 | 35 | 122 | 50 |
| Binary | 10111001 | 1100010 | 10010 | 0 | 101111 | 1011010 | 11011 | 11101 | 1010010 | 101000 |
Color Harmonies of #B96212
Complementary color
Monochromatic Colors of #B96212
Black with #B96212
Text Example
Text Example
White with #B96212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96212; }
p { color: rgb(185,98,18); }
H1.HeaderClassName
{
color: #B96212;
}
.AnyTagClassName
{
color: #B96212;
}
</style>
background-color css
<style>
a { background-color: #B96212; }
a { background-color: rgb(185,98,18); }
div.DivClassName
{
background-color: #B96212;
}
.BgClassName
{
background-color: #B96212;
}
</style>
border-color css
<style>
span { border-color: #B96212; }
span { border-color: rgb(185,98,18); }
td.TdClassName
{
border-color: #B96212;
}
.TagClassName
{
border-color: #B96212;
}
</style>