Shades of Chocolate #BA680E
Tints of Chocolate #BA680E
RGB
CMYK
RGB Variations
Color information
#BA680E (or 0xBA680E) is known color: Chocolate. HEX triplet: BA, 68 and 0E. RGB value is (186,104,14). Sum of RGB (Red+Green+Blue) = 186+104+14=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA680E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA680E is #4597F1. Grayscale: #767676. Windows color (decimal): -4560882 or 944314. OLE color: 944314.
HSL color Cylindrical-coordinate representation of color #BA680E: hue angle of 31.4º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA680E is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 14 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.27 |
| HSL | 31.4º | 0.86% | 0.39% | - |
| HSV(B) | 31.4º | 0.92% | 0.73% | - |
| XYZ | 25.28 | 20.37 | 3.02 | - |
| YUV | 118.26 | 69.17 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 14 | 0 | 0.44 | 0.92 | 0.27 | 31.4 | 0.86 | 0.39 |
| Hex | BA | 68 | E | 0 | 2C | 5C | 1B | 1F | 56 | 27 |
| Octal | 272 | 150 | 16 | 0 | 54 | 134 | 33 | 37 | 126 | 47 |
| Binary | 10111010 | 1101000 | 1110 | 0 | 101100 | 1011100 | 11011 | 11111 | 1010110 | 100111 |
Color Harmonies of #BA680E
Complementary color
Monochromatic Colors of #BA680E
Black with #BA680E
Text Example
Text Example
White with #BA680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA680E; }
p { color: rgb(186,104,14); }
H1.HeaderClassName
{
color: #BA680E;
}
.AnyTagClassName
{
color: #BA680E;
}
</style>
background-color css
<style>
a { background-color: #BA680E; }
a { background-color: rgb(186,104,14); }
div.DivClassName
{
background-color: #BA680E;
}
.BgClassName
{
background-color: #BA680E;
}
</style>
border-color css
<style>
span { border-color: #BA680E; }
span { border-color: rgb(186,104,14); }
td.TdClassName
{
border-color: #BA680E;
}
.TagClassName
{
border-color: #BA680E;
}
</style>