Shades of Chocolate #BC6411
Tints of Chocolate #BC6411
RGB
CMYK
RGB Variations
Color information
#BC6411 (or 0xBC6411) is known color: Chocolate. HEX triplet: BC, 64 and 11. RGB value is (188,100,17). Sum of RGB (Red+Green+Blue) = 188+100+17=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6411 is #439BEE. Grayscale: #757575. Windows color (decimal): -4430831 or 1139900. OLE color: 1139900.
HSL color Cylindrical-coordinate representation of color #BC6411: hue angle of 29.12º 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 #BC6411 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 17 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.26 |
| HSL | 29.12º | 0.83% | 0.4% | - |
| HSV(B) | 29.12º | 0.91% | 0.74% | - |
| XYZ | 25.4 | 19.85 | 3.02 | - |
| YUV | 116.85 | 71.65 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 17 | 0 | 0.47 | 0.91 | 0.26 | 29.12 | 0.83 | 0.4 |
| Hex | BC | 64 | 11 | 0 | 2F | 5B | 1A | 1D | 53 | 28 |
| Octal | 274 | 144 | 21 | 0 | 57 | 133 | 32 | 35 | 123 | 50 |
| Binary | 10111100 | 1100100 | 10001 | 0 | 101111 | 1011011 | 11010 | 11101 | 1010011 | 101000 |
Color Harmonies of #BC6411
Complementary color
Monochromatic Colors of #BC6411
Black with #BC6411
Text Example
Text Example
White with #BC6411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6411; }
p { color: rgb(188,100,17); }
H1.HeaderClassName
{
color: #BC6411;
}
.AnyTagClassName
{
color: #BC6411;
}
</style>
background-color css
<style>
a { background-color: #BC6411; }
a { background-color: rgb(188,100,17); }
div.DivClassName
{
background-color: #BC6411;
}
.BgClassName
{
background-color: #BC6411;
}
</style>
border-color css
<style>
span { border-color: #BC6411; }
span { border-color: rgb(188,100,17); }
td.TdClassName
{
border-color: #BC6411;
}
.TagClassName
{
border-color: #BC6411;
}
</style>