Shades of Chocolate #BC6711
Tints of Chocolate #BC6711
RGB
CMYK
RGB Variations
Color information
#BC6711 (or 0xBC6711) is known color: Chocolate. HEX triplet: BC, 67 and 11. RGB value is (188,103,17). Sum of RGB (Red+Green+Blue) = 188+103+17=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6711 is #4398EE. Grayscale: #777777. Windows color (decimal): -4430063 or 1140668. OLE color: 1140668.
HSL color Cylindrical-coordinate representation of color #BC6711: hue angle of 30.18º 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 #BC6711 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 17 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.26 |
| HSL | 30.18º | 0.83% | 0.4% | - |
| HSV(B) | 30.18º | 0.91% | 0.74% | - |
| XYZ | 25.69 | 20.43 | 3.12 | - |
| YUV | 118.61 | 70.66 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 17 | 0 | 0.45 | 0.91 | 0.26 | 30.18 | 0.83 | 0.4 |
| Hex | BC | 67 | 11 | 0 | 2D | 5B | 1A | 1E | 53 | 28 |
| Octal | 274 | 147 | 21 | 0 | 55 | 133 | 32 | 36 | 123 | 50 |
| Binary | 10111100 | 1100111 | 10001 | 0 | 101101 | 1011011 | 11010 | 11110 | 1010011 | 101000 |
Color Harmonies of #BC6711
Complementary color
Monochromatic Colors of #BC6711
Black with #BC6711
Text Example
Text Example
White with #BC6711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6711; }
p { color: rgb(188,103,17); }
H1.HeaderClassName
{
color: #BC6711;
}
.AnyTagClassName
{
color: #BC6711;
}
</style>
background-color css
<style>
a { background-color: #BC6711; }
a { background-color: rgb(188,103,17); }
div.DivClassName
{
background-color: #BC6711;
}
.BgClassName
{
background-color: #BC6711;
}
</style>
border-color css
<style>
span { border-color: #BC6711; }
span { border-color: rgb(188,103,17); }
td.TdClassName
{
border-color: #BC6711;
}
.TagClassName
{
border-color: #BC6711;
}
</style>