Shades of Chocolate #BC6611
Tints of Chocolate #BC6611
RGB
CMYK
RGB Variations
Color information
#BC6611 (or 0xBC6611) is known color: Chocolate. HEX triplet: BC, 66 and 11. RGB value is (188,102,17). Sum of RGB (Red+Green+Blue) = 188+102+17=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6611 is #4399EE. Grayscale: #767676. Windows color (decimal): -4430319 or 1140412. OLE color: 1140412.
HSL color Cylindrical-coordinate representation of color #BC6611: hue angle of 29.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC6611 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 17 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.26 |
| HSL | 29.82º | 0.83% | 0.4% | - |
| HSV(B) | 29.82º | 0.91% | 0.74% | - |
| XYZ | 25.59 | 20.23 | 3.09 | - |
| YUV | 118.02 | 70.99 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 17 | 0 | 0.46 | 0.91 | 0.26 | 29.82 | 0.83 | 0.4 |
| Hex | BC | 66 | 11 | 0 | 2E | 5B | 1A | 1E | 53 | 28 |
| Octal | 274 | 146 | 21 | 0 | 56 | 133 | 32 | 36 | 123 | 50 |
| Binary | 10111100 | 1100110 | 10001 | 0 | 101110 | 1011011 | 11010 | 11110 | 1010011 | 101000 |
Color Harmonies of #BC6611
Complementary color
Monochromatic Colors of #BC6611
Black with #BC6611
Text Example
Text Example
White with #BC6611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6611; }
p { color: rgb(188,102,17); }
H1.HeaderClassName
{
color: #BC6611;
}
.AnyTagClassName
{
color: #BC6611;
}
</style>
background-color css
<style>
a { background-color: #BC6611; }
a { background-color: rgb(188,102,17); }
div.DivClassName
{
background-color: #BC6611;
}
.BgClassName
{
background-color: #BC6611;
}
</style>
border-color css
<style>
span { border-color: #BC6611; }
span { border-color: rgb(188,102,17); }
td.TdClassName
{
border-color: #BC6611;
}
.TagClassName
{
border-color: #BC6611;
}
</style>