Shades of Chocolate #BC690E
Tints of Chocolate #BC690E
RGB
CMYK
RGB Variations
Color information
#BC690E (or 0xBC690E) is known color: Chocolate. HEX triplet: BC, 69 and 0E. RGB value is (188,105,14). Sum of RGB (Red+Green+Blue) = 188+105+14=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC690E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC690E is #4396F1. Grayscale: #777777. Windows color (decimal): -4429554 or 944572. OLE color: 944572.
HSL color Cylindrical-coordinate representation of color #BC690E: hue angle of 31.38º 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 #BC690E is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 14 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.26 |
| HSL | 31.38º | 0.86% | 0.4% | - |
| HSV(B) | 31.38º | 0.93% | 0.74% | - |
| XYZ | 25.87 | 20.83 | 3.07 | - |
| YUV | 119.44 | 68.5 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 14 | 0 | 0.44 | 0.93 | 0.26 | 31.38 | 0.86 | 0.4 |
| Hex | BC | 69 | E | 0 | 2C | 5D | 1A | 1F | 56 | 28 |
| Octal | 274 | 151 | 16 | 0 | 54 | 135 | 32 | 37 | 126 | 50 |
| Binary | 10111100 | 1101001 | 1110 | 0 | 101100 | 1011101 | 11010 | 11111 | 1010110 | 101000 |
Color Harmonies of #BC690E
Complementary color
Monochromatic Colors of #BC690E
Black with #BC690E
Text Example
Text Example
White with #BC690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC690E; }
p { color: rgb(188,105,14); }
H1.HeaderClassName
{
color: #BC690E;
}
.AnyTagClassName
{
color: #BC690E;
}
</style>
background-color css
<style>
a { background-color: #BC690E; }
a { background-color: rgb(188,105,14); }
div.DivClassName
{
background-color: #BC690E;
}
.BgClassName
{
background-color: #BC690E;
}
</style>
border-color css
<style>
span { border-color: #BC690E; }
span { border-color: rgb(188,105,14); }
td.TdClassName
{
border-color: #BC690E;
}
.TagClassName
{
border-color: #BC690E;
}
</style>