Shades of Chocolate #BC6815
Tints of Chocolate #BC6815
RGB
CMYK
RGB Variations
Color information
#BC6815 (or 0xBC6815) is known color: Chocolate. HEX triplet: BC, 68 and 15. RGB value is (188,104,21). Sum of RGB (Red+Green+Blue) = 188+104+21=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6815 is #4397EA. Grayscale: #787878. Windows color (decimal): -4429803 or 1403068. OLE color: 1403068.
HSL color Cylindrical-coordinate representation of color #BC6815: hue angle of 29.82º 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 #BC6815 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 21 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.26 |
| HSL | 29.82º | 0.8% | 0.41% | - |
| HSV(B) | 29.82º | 0.89% | 0.74% | - |
| XYZ | 25.82 | 20.65 | 3.33 | - |
| YUV | 119.65 | 72.33 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 21 | 0 | 0.45 | 0.89 | 0.26 | 29.82 | 0.8 | 0.41 |
| Hex | BC | 68 | 15 | 0 | 2D | 59 | 1A | 1E | 50 | 29 |
| Octal | 274 | 150 | 25 | 0 | 55 | 131 | 32 | 36 | 120 | 51 |
| Binary | 10111100 | 1101000 | 10101 | 0 | 101101 | 1011001 | 11010 | 11110 | 1010000 | 101001 |
Color Harmonies of #BC6815
Complementary color
Monochromatic Colors of #BC6815
Black with #BC6815
Text Example
Text Example
White with #BC6815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6815; }
p { color: rgb(188,104,21); }
H1.HeaderClassName
{
color: #BC6815;
}
.AnyTagClassName
{
color: #BC6815;
}
</style>
background-color css
<style>
a { background-color: #BC6815; }
a { background-color: rgb(188,104,21); }
div.DivClassName
{
background-color: #BC6815;
}
.BgClassName
{
background-color: #BC6815;
}
</style>
border-color css
<style>
span { border-color: #BC6815; }
span { border-color: rgb(188,104,21); }
td.TdClassName
{
border-color: #BC6815;
}
.TagClassName
{
border-color: #BC6815;
}
</style>