Shades of Chocolate #BC680E
Tints of Chocolate #BC680E
RGB
CMYK
RGB Variations
Color information
#BC680E (or 0xBC680E) is known color: Chocolate. HEX triplet: BC, 68 and 0E. RGB value is (188,104,14). Sum of RGB (Red+Green+Blue) = 188+104+14=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC680E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC680E is #4397F1. Grayscale: #777777. Windows color (decimal): -4429810 or 944316. OLE color: 944316.
HSL color Cylindrical-coordinate representation of color #BC680E: hue angle of 31.03º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC680E is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 14 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.26 |
| HSL | 31.03º | 0.86% | 0.4% | - |
| HSV(B) | 31.03º | 0.93% | 0.74% | - |
| XYZ | 25.77 | 20.62 | 3.04 | - |
| YUV | 118.86 | 68.83 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 14 | 0 | 0.45 | 0.93 | 0.26 | 31.03 | 0.86 | 0.4 |
| Hex | BC | 68 | E | 0 | 2D | 5D | 1A | 1F | 56 | 28 |
| Octal | 274 | 150 | 16 | 0 | 55 | 135 | 32 | 37 | 126 | 50 |
| Binary | 10111100 | 1101000 | 1110 | 0 | 101101 | 1011101 | 11010 | 11111 | 1010110 | 101000 |
Color Harmonies of #BC680E
Complementary color
Monochromatic Colors of #BC680E
Black with #BC680E
Text Example
Text Example
White with #BC680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC680E; }
p { color: rgb(188,104,14); }
H1.HeaderClassName
{
color: #BC680E;
}
.AnyTagClassName
{
color: #BC680E;
}
</style>
background-color css
<style>
a { background-color: #BC680E; }
a { background-color: rgb(188,104,14); }
div.DivClassName
{
background-color: #BC680E;
}
.BgClassName
{
background-color: #BC680E;
}
</style>
border-color css
<style>
span { border-color: #BC680E; }
span { border-color: rgb(188,104,14); }
td.TdClassName
{
border-color: #BC680E;
}
.TagClassName
{
border-color: #BC680E;
}
</style>