Shades of Chocolate #BB6910
Tints of Chocolate #BB6910
RGB
CMYK
RGB Variations
Color information
#BB6910 (or 0xBB6910) is known color: Chocolate. HEX triplet: BB, 69 and 10. RGB value is (187,105,16). Sum of RGB (Red+Green+Blue) = 187+105+16=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6910 is #4496EF. Grayscale: #777777. Windows color (decimal): -4495088 or 1075643. OLE color: 1075643.
HSL color Cylindrical-coordinate representation of color #BB6910: hue angle of 31.23º 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 #BB6910 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 105 | 16 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.27 |
| HSL | 31.23º | 0.84% | 0.4% | - |
| HSV(B) | 31.23º | 0.91% | 0.73% | - |
| XYZ | 25.64 | 20.71 | 3.14 | - |
| YUV | 119.37 | 69.67 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 105 | 16 | 0 | 0.44 | 0.91 | 0.27 | 31.23 | 0.84 | 0.4 |
| Hex | BB | 69 | 10 | 0 | 2C | 5B | 1B | 1F | 54 | 28 |
| Octal | 273 | 151 | 20 | 0 | 54 | 133 | 33 | 37 | 124 | 50 |
| Binary | 10111011 | 1101001 | 10000 | 0 | 101100 | 1011011 | 11011 | 11111 | 1010100 | 101000 |
Color Harmonies of #BB6910
Complementary color
Monochromatic Colors of #BB6910
Black with #BB6910
Text Example
Text Example
White with #BB6910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6910; }
p { color: rgb(187,105,16); }
H1.HeaderClassName
{
color: #BB6910;
}
.AnyTagClassName
{
color: #BB6910;
}
</style>
background-color css
<style>
a { background-color: #BB6910; }
a { background-color: rgb(187,105,16); }
div.DivClassName
{
background-color: #BB6910;
}
.BgClassName
{
background-color: #BB6910;
}
</style>
border-color css
<style>
span { border-color: #BB6910; }
span { border-color: rgb(187,105,16); }
td.TdClassName
{
border-color: #BB6910;
}
.TagClassName
{
border-color: #BB6910;
}
</style>