Shades of Chocolate #BB6617
Tints of Chocolate #BB6617
RGB
CMYK
RGB Variations
Color information
#BB6617 (or 0xBB6617) is known color: Chocolate. HEX triplet: BB, 66 and 17. RGB value is (187,102,23). Sum of RGB (Red+Green+Blue) = 187+102+23=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6617 is #4499E8. Grayscale: #767676. Windows color (decimal): -4495849 or 1533627. OLE color: 1533627.
HSL color Cylindrical-coordinate representation of color #BB6617: hue angle of 28.9º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB6617 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 23 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.27 |
| HSL | 28.9º | 0.78% | 0.41% | - |
| HSV(B) | 28.9º | 0.88% | 0.73% | - |
| XYZ | 25.4 | 20.13 | 3.36 | - |
| YUV | 118.41 | 74.16 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 23 | 0 | 0.45 | 0.88 | 0.27 | 28.9 | 0.78 | 0.41 |
| Hex | BB | 66 | 17 | 0 | 2D | 58 | 1B | 1D | 4E | 29 |
| Octal | 273 | 146 | 27 | 0 | 55 | 130 | 33 | 35 | 116 | 51 |
| Binary | 10111011 | 1100110 | 10111 | 0 | 101101 | 1011000 | 11011 | 11101 | 1001110 | 101001 |
Color Harmonies of #BB6617
Complementary color
Monochromatic Colors of #BB6617
Black with #BB6617
Text Example
Text Example
White with #BB6617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6617; }
p { color: rgb(187,102,23); }
H1.HeaderClassName
{
color: #BB6617;
}
.AnyTagClassName
{
color: #BB6617;
}
</style>
background-color css
<style>
a { background-color: #BB6617; }
a { background-color: rgb(187,102,23); }
div.DivClassName
{
background-color: #BB6617;
}
.BgClassName
{
background-color: #BB6617;
}
</style>
border-color css
<style>
span { border-color: #BB6617; }
span { border-color: rgb(187,102,23); }
td.TdClassName
{
border-color: #BB6617;
}
.TagClassName
{
border-color: #BB6617;
}
</style>