Shades of Chocolate #BC5E14
Tints of Chocolate #BC5E14
RGB
CMYK
RGB Variations
Color information
#BC5E14 (or 0xBC5E14) is known color: Chocolate. HEX triplet: BC, 5E and 14. RGB value is (188,94,20). Sum of RGB (Red+Green+Blue) = 188+94+20=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5E14 is #43A1EB. Grayscale: #727272. Windows color (decimal): -4432364 or 1334972. OLE color: 1334972.
HSL color Cylindrical-coordinate representation of color #BC5E14: hue angle of 26.43º 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 #BC5E14 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 20 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.26 |
| HSL | 26.43º | 0.81% | 0.41% | - |
| HSV(B) | 26.43º | 0.89% | 0.74% | - |
| XYZ | 24.87 | 18.75 | 2.97 | - |
| YUV | 113.67 | 75.14 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 20 | 0 | 0.50 | 0.89 | 0.26 | 26.43 | 0.81 | 0.41 |
| Hex | BC | 5E | 14 | 0 | 32 | 59 | 1A | 1A | 51 | 29 |
| Octal | 274 | 136 | 24 | 0 | 62 | 131 | 32 | 32 | 121 | 51 |
| Binary | 10111100 | 1011110 | 10100 | 0 | 110010 | 1011001 | 11010 | 11010 | 1010001 | 101001 |
Color Harmonies of #BC5E14
Complementary color
Monochromatic Colors of #BC5E14
Black with #BC5E14
Text Example
Text Example
White with #BC5E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E14; }
p { color: rgb(188,94,20); }
H1.HeaderClassName
{
color: #BC5E14;
}
.AnyTagClassName
{
color: #BC5E14;
}
</style>
background-color css
<style>
a { background-color: #BC5E14; }
a { background-color: rgb(188,94,20); }
div.DivClassName
{
background-color: #BC5E14;
}
.BgClassName
{
background-color: #BC5E14;
}
</style>
border-color css
<style>
span { border-color: #BC5E14; }
span { border-color: rgb(188,94,20); }
td.TdClassName
{
border-color: #BC5E14;
}
.TagClassName
{
border-color: #BC5E14;
}
</style>