Shades of Chocolate #BB6713
Tints of Chocolate #BB6713
RGB
CMYK
RGB Variations
Color information
#BB6713 (or 0xBB6713) is known color: Chocolate. HEX triplet: BB, 67 and 13. RGB value is (187,103,19). Sum of RGB (Red+Green+Blue) = 187+103+19=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6713 is #4498EC. Grayscale: #767676. Windows color (decimal): -4495597 or 1271739. OLE color: 1271739.
HSL color Cylindrical-coordinate representation of color #BB6713: hue angle of 30º 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 #BB6713 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 19 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.27 |
| HSL | 30º | 0.82% | 0.4% | - |
| HSV(B) | 30º | 0.9% | 0.73% | - |
| XYZ | 25.46 | 20.31 | 3.19 | - |
| YUV | 118.54 | 71.83 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 19 | 0 | 0.45 | 0.90 | 0.27 | 30 | 0.82 | 0.4 |
| Hex | BB | 67 | 13 | 0 | 2D | 5A | 1B | 1E | 52 | 28 |
| Octal | 273 | 147 | 23 | 0 | 55 | 132 | 33 | 36 | 122 | 50 |
| Binary | 10111011 | 1100111 | 10011 | 0 | 101101 | 1011010 | 11011 | 11110 | 1010010 | 101000 |
Color Harmonies of #BB6713
Complementary color
Monochromatic Colors of #BB6713
Black with #BB6713
Text Example
Text Example
White with #BB6713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6713; }
p { color: rgb(187,103,19); }
H1.HeaderClassName
{
color: #BB6713;
}
.AnyTagClassName
{
color: #BB6713;
}
</style>
background-color css
<style>
a { background-color: #BB6713; }
a { background-color: rgb(187,103,19); }
div.DivClassName
{
background-color: #BB6713;
}
.BgClassName
{
background-color: #BB6713;
}
</style>
border-color css
<style>
span { border-color: #BB6713; }
span { border-color: rgb(187,103,19); }
td.TdClassName
{
border-color: #BB6713;
}
.TagClassName
{
border-color: #BB6713;
}
</style>