Shades of Chocolate #BB6515
Tints of Chocolate #BB6515
RGB
CMYK
RGB Variations
Color information
#BB6515 (or 0xBB6515) is known color: Chocolate. HEX triplet: BB, 65 and 15. RGB value is (187,101,21). Sum of RGB (Red+Green+Blue) = 187+101+21=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6515 is #449AEA. Grayscale: #767676. Windows color (decimal): -4496107 or 1402299. OLE color: 1402299.
HSL color Cylindrical-coordinate representation of color #BB6515: hue angle of 28.92º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB6515 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 21 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.27 |
| HSL | 28.92º | 0.8% | 0.41% | - |
| HSV(B) | 28.92º | 0.89% | 0.73% | - |
| XYZ | 25.28 | 19.93 | 3.22 | - |
| YUV | 117.59 | 73.49 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 21 | 0 | 0.46 | 0.89 | 0.27 | 28.92 | 0.8 | 0.41 |
| Hex | BB | 65 | 15 | 0 | 2E | 59 | 1B | 1D | 50 | 29 |
| Octal | 273 | 145 | 25 | 0 | 56 | 131 | 33 | 35 | 120 | 51 |
| Binary | 10111011 | 1100101 | 10101 | 0 | 101110 | 1011001 | 11011 | 11101 | 1010000 | 101001 |
Color Harmonies of #BB6515
Complementary color
Monochromatic Colors of #BB6515
Black with #BB6515
Text Example
Text Example
White with #BB6515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6515; }
p { color: rgb(187,101,21); }
H1.HeaderClassName
{
color: #BB6515;
}
.AnyTagClassName
{
color: #BB6515;
}
</style>
background-color css
<style>
a { background-color: #BB6515; }
a { background-color: rgb(187,101,21); }
div.DivClassName
{
background-color: #BB6515;
}
.BgClassName
{
background-color: #BB6515;
}
</style>
border-color css
<style>
span { border-color: #BB6515; }
span { border-color: rgb(187,101,21); }
td.TdClassName
{
border-color: #BB6515;
}
.TagClassName
{
border-color: #BB6515;
}
</style>