Shades of Chocolate #BB6013
Tints of Chocolate #BB6013
RGB
CMYK
RGB Variations
Color information
#BB6013 (or 0xBB6013) is known color: Chocolate. HEX triplet: BB, 60 and 13. RGB value is (187,96,19). Sum of RGB (Red+Green+Blue) = 187+96+19=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6013 is #449FEC. Grayscale: #727272. Windows color (decimal): -4497389 or 1269947. OLE color: 1269947.
HSL color Cylindrical-coordinate representation of color #BB6013: hue angle of 27.5º 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 #BB6013 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 19 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.27 |
| HSL | 27.5º | 0.82% | 0.4% | - |
| HSV(B) | 27.5º | 0.9% | 0.73% | - |
| XYZ | 24.79 | 18.98 | 2.97 | - |
| YUV | 114.43 | 74.15 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 19 | 0 | 0.49 | 0.90 | 0.27 | 27.5 | 0.82 | 0.4 |
| Hex | BB | 60 | 13 | 0 | 31 | 5A | 1B | 1C | 52 | 28 |
| Octal | 273 | 140 | 23 | 0 | 61 | 132 | 33 | 34 | 122 | 50 |
| Binary | 10111011 | 1100000 | 10011 | 0 | 110001 | 1011010 | 11011 | 11100 | 1010010 | 101000 |
Color Harmonies of #BB6013
Complementary color
Monochromatic Colors of #BB6013
Black with #BB6013
Text Example
Text Example
White with #BB6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6013; }
p { color: rgb(187,96,19); }
H1.HeaderClassName
{
color: #BB6013;
}
.AnyTagClassName
{
color: #BB6013;
}
</style>
background-color css
<style>
a { background-color: #BB6013; }
a { background-color: rgb(187,96,19); }
div.DivClassName
{
background-color: #BB6013;
}
.BgClassName
{
background-color: #BB6013;
}
</style>
border-color css
<style>
span { border-color: #BB6013; }
span { border-color: rgb(187,96,19); }
td.TdClassName
{
border-color: #BB6013;
}
.TagClassName
{
border-color: #BB6013;
}
</style>