Shades of Chocolate #B96714
Tints of Chocolate #B96714
RGB
CMYK
RGB Variations
Color information
#B96714 (or 0xB96714) is known color: Chocolate. HEX triplet: B9, 67 and 14. RGB value is (185,103,20). Sum of RGB (Red+Green+Blue) = 185+103+20=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B96714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96714 is #4698EB. Grayscale: #767676. Windows color (decimal): -4626668 or 1337273. OLE color: 1337273.
HSL color Cylindrical-coordinate representation of color #B96714: hue angle of 30.18º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B96714 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 103 | 20 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.27 |
| HSL | 30.18º | 0.8% | 0.4% | - |
| HSV(B) | 30.18º | 0.89% | 0.73% | - |
| XYZ | 24.98 | 20.07 | 3.22 | - |
| YUV | 118.06 | 72.67 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 20 | 0 | 0.44 | 0.89 | 0.27 | 30.18 | 0.8 | 0.4 |
| Hex | B9 | 67 | 14 | 0 | 2C | 59 | 1B | 1E | 50 | 28 |
| Octal | 271 | 147 | 24 | 0 | 54 | 131 | 33 | 36 | 120 | 50 |
| Binary | 10111001 | 1100111 | 10100 | 0 | 101100 | 1011001 | 11011 | 11110 | 1010000 | 101000 |
Color Harmonies of #B96714
Complementary color
Monochromatic Colors of #B96714
Black with #B96714
Text Example
Text Example
White with #B96714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96714; }
p { color: rgb(185,103,20); }
H1.HeaderClassName
{
color: #B96714;
}
.AnyTagClassName
{
color: #B96714;
}
</style>
background-color css
<style>
a { background-color: #B96714; }
a { background-color: rgb(185,103,20); }
div.DivClassName
{
background-color: #B96714;
}
.BgClassName
{
background-color: #B96714;
}
</style>
border-color css
<style>
span { border-color: #B96714; }
span { border-color: rgb(185,103,20); }
td.TdClassName
{
border-color: #B96714;
}
.TagClassName
{
border-color: #B96714;
}
</style>