Shades of Chocolate #BC6612
Tints of Chocolate #BC6612
RGB
CMYK
RGB Variations
Color information
#BC6612 (or 0xBC6612) is known color: Chocolate. HEX triplet: BC, 66 and 12. RGB value is (188,102,18). Sum of RGB (Red+Green+Blue) = 188+102+18=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6612 is #4399ED. Grayscale: #767676. Windows color (decimal): -4430318 or 1205948. OLE color: 1205948.
HSL color Cylindrical-coordinate representation of color #BC6612: hue angle of 29.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC6612 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 18 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.26 |
| HSL | 29.65º | 0.83% | 0.4% | - |
| HSV(B) | 29.65º | 0.9% | 0.74% | - |
| XYZ | 25.6 | 20.24 | 3.13 | - |
| YUV | 118.14 | 71.49 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 18 | 0 | 0.46 | 0.90 | 0.26 | 29.65 | 0.83 | 0.4 |
| Hex | BC | 66 | 12 | 0 | 2E | 5A | 1A | 1E | 53 | 28 |
| Octal | 274 | 146 | 22 | 0 | 56 | 132 | 32 | 36 | 123 | 50 |
| Binary | 10111100 | 1100110 | 10010 | 0 | 101110 | 1011010 | 11010 | 11110 | 1010011 | 101000 |
Color Harmonies of #BC6612
Complementary color
Monochromatic Colors of #BC6612
Black with #BC6612
Text Example
Text Example
White with #BC6612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6612; }
p { color: rgb(188,102,18); }
H1.HeaderClassName
{
color: #BC6612;
}
.AnyTagClassName
{
color: #BC6612;
}
</style>
background-color css
<style>
a { background-color: #BC6612; }
a { background-color: rgb(188,102,18); }
div.DivClassName
{
background-color: #BC6612;
}
.BgClassName
{
background-color: #BC6612;
}
</style>
border-color css
<style>
span { border-color: #BC6612; }
span { border-color: rgb(188,102,18); }
td.TdClassName
{
border-color: #BC6612;
}
.TagClassName
{
border-color: #BC6612;
}
</style>