Shades of Chocolate #BC6115
Tints of Chocolate #BC6115
RGB
CMYK
RGB Variations
Color information
#BC6115 (or 0xBC6115) is known color: Chocolate. HEX triplet: BC, 61 and 15. RGB value is (188,97,21). Sum of RGB (Red+Green+Blue) = 188+97+21=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6115 is #439EEA. Grayscale: #737373. Windows color (decimal): -4431595 or 1401276. OLE color: 1401276.
HSL color Cylindrical-coordinate representation of color #BC6115: hue angle of 27.31º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC6115 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 21 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.26 |
| HSL | 27.31º | 0.8% | 0.41% | - |
| HSV(B) | 27.31º | 0.89% | 0.74% | - |
| XYZ | 25.15 | 19.29 | 3.11 | - |
| YUV | 115.55 | 74.65 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 21 | 0 | 0.48 | 0.89 | 0.26 | 27.31 | 0.8 | 0.41 |
| Hex | BC | 61 | 15 | 0 | 30 | 59 | 1A | 1B | 50 | 29 |
| Octal | 274 | 141 | 25 | 0 | 60 | 131 | 32 | 33 | 120 | 51 |
| Binary | 10111100 | 1100001 | 10101 | 0 | 110000 | 1011001 | 11010 | 11011 | 1010000 | 101001 |
Color Harmonies of #BC6115
Complementary color
Monochromatic Colors of #BC6115
Black with #BC6115
Text Example
Text Example
White with #BC6115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6115; }
p { color: rgb(188,97,21); }
H1.HeaderClassName
{
color: #BC6115;
}
.AnyTagClassName
{
color: #BC6115;
}
</style>
background-color css
<style>
a { background-color: #BC6115; }
a { background-color: rgb(188,97,21); }
div.DivClassName
{
background-color: #BC6115;
}
.BgClassName
{
background-color: #BC6115;
}
</style>
border-color css
<style>
span { border-color: #BC6115; }
span { border-color: rgb(188,97,21); }
td.TdClassName
{
border-color: #BC6115;
}
.TagClassName
{
border-color: #BC6115;
}
</style>