Shades of Chocolate #BC6515
Tints of Chocolate #BC6515
RGB
CMYK
RGB Variations
Color information
#BC6515 (or 0xBC6515) is known color: Chocolate. HEX triplet: BC, 65 and 15. RGB value is (188,101,21). Sum of RGB (Red+Green+Blue) = 188+101+21=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6515 is #439AEA. Grayscale: #767676. Windows color (decimal): -4430571 or 1402300. OLE color: 1402300.
HSL color Cylindrical-coordinate representation of color #BC6515: hue angle of 28.74º 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 #BC6515 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 21 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.26 |
| HSL | 28.74º | 0.8% | 0.41% | - |
| HSV(B) | 28.74º | 0.89% | 0.74% | - |
| XYZ | 25.53 | 20.05 | 3.23 | - |
| YUV | 117.89 | 73.32 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 21 | 0 | 0.46 | 0.89 | 0.26 | 28.74 | 0.8 | 0.41 |
| Hex | BC | 65 | 15 | 0 | 2E | 59 | 1A | 1D | 50 | 29 |
| Octal | 274 | 145 | 25 | 0 | 56 | 131 | 32 | 35 | 120 | 51 |
| Binary | 10111100 | 1100101 | 10101 | 0 | 101110 | 1011001 | 11010 | 11101 | 1010000 | 101001 |
Color Harmonies of #BC6515
Complementary color
Monochromatic Colors of #BC6515
Black with #BC6515
Text Example
Text Example
White with #BC6515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6515; }
p { color: rgb(188,101,21); }
H1.HeaderClassName
{
color: #BC6515;
}
.AnyTagClassName
{
color: #BC6515;
}
</style>
background-color css
<style>
a { background-color: #BC6515; }
a { background-color: rgb(188,101,21); }
div.DivClassName
{
background-color: #BC6515;
}
.BgClassName
{
background-color: #BC6515;
}
</style>
border-color css
<style>
span { border-color: #BC6515; }
span { border-color: rgb(188,101,21); }
td.TdClassName
{
border-color: #BC6515;
}
.TagClassName
{
border-color: #BC6515;
}
</style>