Shades of Chocolate #BC6814
Tints of Chocolate #BC6814
RGB
CMYK
RGB Variations
Color information
#BC6814 (or 0xBC6814) is known color: Chocolate. HEX triplet: BC, 68 and 14. RGB value is (188,104,20). Sum of RGB (Red+Green+Blue) = 188+104+20=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6814 is #4397EB. Grayscale: #777777. Windows color (decimal): -4429804 or 1337532. OLE color: 1337532.
HSL color Cylindrical-coordinate representation of color #BC6814: hue angle of 30º degrees, saturation: 0.81, 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 #BC6814 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 20 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.26 |
| HSL | 30º | 0.81% | 0.41% | - |
| HSV(B) | 30º | 0.89% | 0.74% | - |
| XYZ | 25.82 | 20.64 | 3.29 | - |
| YUV | 119.54 | 71.83 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 20 | 0 | 0.45 | 0.89 | 0.26 | 30 | 0.81 | 0.41 |
| Hex | BC | 68 | 14 | 0 | 2D | 59 | 1A | 1E | 51 | 29 |
| Octal | 274 | 150 | 24 | 0 | 55 | 131 | 32 | 36 | 121 | 51 |
| Binary | 10111100 | 1101000 | 10100 | 0 | 101101 | 1011001 | 11010 | 11110 | 1010001 | 101001 |
Color Harmonies of #BC6814
Complementary color
Monochromatic Colors of #BC6814
Black with #BC6814
Text Example
Text Example
White with #BC6814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6814; }
p { color: rgb(188,104,20); }
H1.HeaderClassName
{
color: #BC6814;
}
.AnyTagClassName
{
color: #BC6814;
}
</style>
background-color css
<style>
a { background-color: #BC6814; }
a { background-color: rgb(188,104,20); }
div.DivClassName
{
background-color: #BC6814;
}
.BgClassName
{
background-color: #BC6814;
}
</style>
border-color css
<style>
span { border-color: #BC6814; }
span { border-color: rgb(188,104,20); }
td.TdClassName
{
border-color: #BC6814;
}
.TagClassName
{
border-color: #BC6814;
}
</style>