Shades of Chocolate #BC6013
Tints of Chocolate #BC6013
RGB
CMYK
RGB Variations
Color information
#BC6013 (or 0xBC6013) is known color: Chocolate. HEX triplet: BC, 60 and 13. RGB value is (188,96,19). Sum of RGB (Red+Green+Blue) = 188+96+19=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6013 is #439FEC. Grayscale: #737373. Windows color (decimal): -4431853 or 1269948. OLE color: 1269948.
HSL color Cylindrical-coordinate representation of color #BC6013: hue angle of 27.34º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC6013 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 19 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.26 |
| HSL | 27.34º | 0.82% | 0.41% | - |
| HSV(B) | 27.34º | 0.9% | 0.74% | - |
| XYZ | 25.04 | 19.1 | 2.98 | - |
| YUV | 114.73 | 73.98 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 19 | 0 | 0.49 | 0.90 | 0.26 | 27.34 | 0.82 | 0.41 |
| Hex | BC | 60 | 13 | 0 | 31 | 5A | 1A | 1B | 52 | 29 |
| Octal | 274 | 140 | 23 | 0 | 61 | 132 | 32 | 33 | 122 | 51 |
| Binary | 10111100 | 1100000 | 10011 | 0 | 110001 | 1011010 | 11010 | 11011 | 1010010 | 101001 |
Color Harmonies of #BC6013
Complementary color
Monochromatic Colors of #BC6013
Black with #BC6013
Text Example
Text Example
White with #BC6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6013; }
p { color: rgb(188,96,19); }
H1.HeaderClassName
{
color: #BC6013;
}
.AnyTagClassName
{
color: #BC6013;
}
</style>
background-color css
<style>
a { background-color: #BC6013; }
a { background-color: rgb(188,96,19); }
div.DivClassName
{
background-color: #BC6013;
}
.BgClassName
{
background-color: #BC6013;
}
</style>
border-color css
<style>
span { border-color: #BC6013; }
span { border-color: rgb(188,96,19); }
td.TdClassName
{
border-color: #BC6013;
}
.TagClassName
{
border-color: #BC6013;
}
</style>