Shades of Chocolate #BB6612
Tints of Chocolate #BB6612
RGB
CMYK
RGB Variations
Color information
#BB6612 (or 0xBB6612) is known color: Chocolate. HEX triplet: BB, 66 and 12. RGB value is (187,102,18). Sum of RGB (Red+Green+Blue) = 187+102+18=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6612 is #4499ED. Grayscale: #767676. Windows color (decimal): -4495854 or 1205947. OLE color: 1205947.
HSL color Cylindrical-coordinate representation of color #BB6612: hue angle of 29.82º 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 #BB6612 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 18 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.27 |
| HSL | 29.82º | 0.82% | 0.4% | - |
| HSV(B) | 29.82º | 0.9% | 0.73% | - |
| XYZ | 25.35 | 20.11 | 3.12 | - |
| YUV | 117.84 | 71.66 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 18 | 0 | 0.45 | 0.90 | 0.27 | 29.82 | 0.82 | 0.4 |
| Hex | BB | 66 | 12 | 0 | 2D | 5A | 1B | 1E | 52 | 28 |
| Octal | 273 | 146 | 22 | 0 | 55 | 132 | 33 | 36 | 122 | 50 |
| Binary | 10111011 | 1100110 | 10010 | 0 | 101101 | 1011010 | 11011 | 11110 | 1010010 | 101000 |
Color Harmonies of #BB6612
Complementary color
Monochromatic Colors of #BB6612
Black with #BB6612
Text Example
Text Example
White with #BB6612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6612; }
p { color: rgb(187,102,18); }
H1.HeaderClassName
{
color: #BB6612;
}
.AnyTagClassName
{
color: #BB6612;
}
</style>
background-color css
<style>
a { background-color: #BB6612; }
a { background-color: rgb(187,102,18); }
div.DivClassName
{
background-color: #BB6612;
}
.BgClassName
{
background-color: #BB6612;
}
</style>
border-color css
<style>
span { border-color: #BB6612; }
span { border-color: rgb(187,102,18); }
td.TdClassName
{
border-color: #BB6612;
}
.TagClassName
{
border-color: #BB6612;
}
</style>