Shades of Chocolate #BC6015
Tints of Chocolate #BC6015
RGB
CMYK
RGB Variations
Color information
#BC6015 (or 0xBC6015) is known color: Chocolate. HEX triplet: BC, 60 and 15. RGB value is (188,96,21). Sum of RGB (Red+Green+Blue) = 188+96+21=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6015 is #439FEA. Grayscale: #737373. Windows color (decimal): -4431851 or 1401020. OLE color: 1401020.
HSL color Cylindrical-coordinate representation of color #BC6015: hue angle of 26.95º 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 #BC6015 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 21 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.26 |
| HSL | 26.95º | 0.8% | 0.41% | - |
| HSV(B) | 26.95º | 0.89% | 0.74% | - |
| XYZ | 25.06 | 19.11 | 3.08 | - |
| YUV | 114.96 | 74.98 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 21 | 0 | 0.49 | 0.89 | 0.26 | 26.95 | 0.8 | 0.41 |
| Hex | BC | 60 | 15 | 0 | 31 | 59 | 1A | 1B | 50 | 29 |
| Octal | 274 | 140 | 25 | 0 | 61 | 131 | 32 | 33 | 120 | 51 |
| Binary | 10111100 | 1100000 | 10101 | 0 | 110001 | 1011001 | 11010 | 11011 | 1010000 | 101001 |
Color Harmonies of #BC6015
Complementary color
Monochromatic Colors of #BC6015
Black with #BC6015
Text Example
Text Example
White with #BC6015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6015; }
p { color: rgb(188,96,21); }
H1.HeaderClassName
{
color: #BC6015;
}
.AnyTagClassName
{
color: #BC6015;
}
</style>
background-color css
<style>
a { background-color: #BC6015; }
a { background-color: rgb(188,96,21); }
div.DivClassName
{
background-color: #BC6015;
}
.BgClassName
{
background-color: #BC6015;
}
</style>
border-color css
<style>
span { border-color: #BC6015; }
span { border-color: rgb(188,96,21); }
td.TdClassName
{
border-color: #BC6015;
}
.TagClassName
{
border-color: #BC6015;
}
</style>