Shades of Chocolate #B96412
Tints of Chocolate #B96412
RGB
CMYK
RGB Variations
Color information
#B96412 (or 0xB96412) is known color: Chocolate. HEX triplet: B9, 64 and 12. RGB value is (185,100,18). Sum of RGB (Red+Green+Blue) = 185+100+18=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B96412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96412 is #469BED. Grayscale: #747474. Windows color (decimal): -4627438 or 1205433. OLE color: 1205433.
HSL color Cylindrical-coordinate representation of color #B96412: hue angle of 29.46º 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 #B96412 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 100 | 18 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.27 |
| HSL | 29.46º | 0.82% | 0.4% | - |
| HSV(B) | 29.46º | 0.9% | 0.73% | - |
| XYZ | 24.67 | 19.47 | 3.03 | - |
| YUV | 116.07 | 72.66 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 100 | 18 | 0 | 0.46 | 0.90 | 0.27 | 29.46 | 0.82 | 0.4 |
| Hex | B9 | 64 | 12 | 0 | 2E | 5A | 1B | 1D | 52 | 28 |
| Octal | 271 | 144 | 22 | 0 | 56 | 132 | 33 | 35 | 122 | 50 |
| Binary | 10111001 | 1100100 | 10010 | 0 | 101110 | 1011010 | 11011 | 11101 | 1010010 | 101000 |
Color Harmonies of #B96412
Complementary color
Monochromatic Colors of #B96412
Black with #B96412
Text Example
Text Example
White with #B96412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96412; }
p { color: rgb(185,100,18); }
H1.HeaderClassName
{
color: #B96412;
}
.AnyTagClassName
{
color: #B96412;
}
</style>
background-color css
<style>
a { background-color: #B96412; }
a { background-color: rgb(185,100,18); }
div.DivClassName
{
background-color: #B96412;
}
.BgClassName
{
background-color: #B96412;
}
</style>
border-color css
<style>
span { border-color: #B96412; }
span { border-color: rgb(185,100,18); }
td.TdClassName
{
border-color: #B96412;
}
.TagClassName
{
border-color: #B96412;
}
</style>