Shades of Chocolate #BB6112
Tints of Chocolate #BB6112
RGB
CMYK
RGB Variations
Color information
#BB6112 (or 0xBB6112) is known color: Chocolate. HEX triplet: BB, 61 and 12. RGB value is (187,97,18). Sum of RGB (Red+Green+Blue) = 187+97+18=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6112 is #449EED. Grayscale: #737373. Windows color (decimal): -4497134 or 1204667. OLE color: 1204667.
HSL color Cylindrical-coordinate representation of color #BB6112: hue angle of 28.05º 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 #BB6112 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 97 | 18 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.27 |
| HSL | 28.05º | 0.82% | 0.4% | - |
| HSV(B) | 28.05º | 0.9% | 0.73% | - |
| XYZ | 24.88 | 19.16 | 2.96 | - |
| YUV | 114.9 | 73.32 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 97 | 18 | 0 | 0.48 | 0.90 | 0.27 | 28.05 | 0.82 | 0.4 |
| Hex | BB | 61 | 12 | 0 | 30 | 5A | 1B | 1C | 52 | 28 |
| Octal | 273 | 141 | 22 | 0 | 60 | 132 | 33 | 34 | 122 | 50 |
| Binary | 10111011 | 1100001 | 10010 | 0 | 110000 | 1011010 | 11011 | 11100 | 1010010 | 101000 |
Color Harmonies of #BB6112
Complementary color
Monochromatic Colors of #BB6112
Black with #BB6112
Text Example
Text Example
White with #BB6112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6112; }
p { color: rgb(187,97,18); }
H1.HeaderClassName
{
color: #BB6112;
}
.AnyTagClassName
{
color: #BB6112;
}
</style>
background-color css
<style>
a { background-color: #BB6112; }
a { background-color: rgb(187,97,18); }
div.DivClassName
{
background-color: #BB6112;
}
.BgClassName
{
background-color: #BB6112;
}
</style>
border-color css
<style>
span { border-color: #BB6112; }
span { border-color: rgb(187,97,18); }
td.TdClassName
{
border-color: #BB6112;
}
.TagClassName
{
border-color: #BB6112;
}
</style>