Shades of Chocolate #BB6510
Tints of Chocolate #BB6510
RGB
CMYK
RGB Variations
Color information
#BB6510 (or 0xBB6510) is known color: Chocolate. HEX triplet: BB, 65 and 10. RGB value is (187,101,16). Sum of RGB (Red+Green+Blue) = 187+101+16=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6510 is #449AEF. Grayscale: #757575. Windows color (decimal): -4496112 or 1074619. OLE color: 1074619.
HSL color Cylindrical-coordinate representation of color #BB6510: hue angle of 29.82º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB6510 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 16 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.27 |
| HSL | 29.82º | 0.84% | 0.4% | - |
| HSV(B) | 29.82º | 0.91% | 0.73% | - |
| XYZ | 25.24 | 19.91 | 3 | - |
| YUV | 117.02 | 70.99 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 16 | 0 | 0.46 | 0.91 | 0.27 | 29.82 | 0.84 | 0.4 |
| Hex | BB | 65 | 10 | 0 | 2E | 5B | 1B | 1E | 54 | 28 |
| Octal | 273 | 145 | 20 | 0 | 56 | 133 | 33 | 36 | 124 | 50 |
| Binary | 10111011 | 1100101 | 10000 | 0 | 101110 | 1011011 | 11011 | 11110 | 1010100 | 101000 |
Color Harmonies of #BB6510
Complementary color
Monochromatic Colors of #BB6510
Black with #BB6510
Text Example
Text Example
White with #BB6510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6510; }
p { color: rgb(187,101,16); }
H1.HeaderClassName
{
color: #BB6510;
}
.AnyTagClassName
{
color: #BB6510;
}
</style>
background-color css
<style>
a { background-color: #BB6510; }
a { background-color: rgb(187,101,16); }
div.DivClassName
{
background-color: #BB6510;
}
.BgClassName
{
background-color: #BB6510;
}
</style>
border-color css
<style>
span { border-color: #BB6510; }
span { border-color: rgb(187,101,16); }
td.TdClassName
{
border-color: #BB6510;
}
.TagClassName
{
border-color: #BB6510;
}
</style>