Shades of Chocolate #BC6212
Tints of Chocolate #BC6212
RGB
CMYK
RGB Variations
Color information
#BC6212 (or 0xBC6212) is known color: Chocolate. HEX triplet: BC, 62 and 12. RGB value is (188,98,18). Sum of RGB (Red+Green+Blue) = 188+98+18=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6212 is #439DED. Grayscale: #747474. Windows color (decimal): -4431342 or 1204924. OLE color: 1204924.
HSL color Cylindrical-coordinate representation of color #BC6212: hue angle of 28.24º 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 #BC6212 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 18 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.26 |
| HSL | 28.24º | 0.83% | 0.4% | - |
| HSV(B) | 28.24º | 0.9% | 0.74% | - |
| XYZ | 25.22 | 19.47 | 3 | - |
| YUV | 115.79 | 72.82 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 18 | 0 | 0.48 | 0.90 | 0.26 | 28.24 | 0.83 | 0.4 |
| Hex | BC | 62 | 12 | 0 | 30 | 5A | 1A | 1C | 53 | 28 |
| Octal | 274 | 142 | 22 | 0 | 60 | 132 | 32 | 34 | 123 | 50 |
| Binary | 10111100 | 1100010 | 10010 | 0 | 110000 | 1011010 | 11010 | 11100 | 1010011 | 101000 |
Color Harmonies of #BC6212
Complementary color
Monochromatic Colors of #BC6212
Black with #BC6212
Text Example
Text Example
White with #BC6212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6212; }
p { color: rgb(188,98,18); }
H1.HeaderClassName
{
color: #BC6212;
}
.AnyTagClassName
{
color: #BC6212;
}
</style>
background-color css
<style>
a { background-color: #BC6212; }
a { background-color: rgb(188,98,18); }
div.DivClassName
{
background-color: #BC6212;
}
.BgClassName
{
background-color: #BC6212;
}
</style>
border-color css
<style>
span { border-color: #BC6212; }
span { border-color: rgb(188,98,18); }
td.TdClassName
{
border-color: #BC6212;
}
.TagClassName
{
border-color: #BC6212;
}
</style>