Shades of Chocolate #BA690E
Tints of Chocolate #BA690E
RGB
CMYK
RGB Variations
Color information
#BA690E (or 0xBA690E) is known color: Chocolate. HEX triplet: BA, 69 and 0E. RGB value is (186,105,14). Sum of RGB (Red+Green+Blue) = 186+105+14=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA690E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA690E is #4596F1. Grayscale: #777777. Windows color (decimal): -4560626 or 944570. OLE color: 944570.
HSL color Cylindrical-coordinate representation of color #BA690E: hue angle of 31.74º 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 #BA690E is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 14 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.27 |
| HSL | 31.74º | 0.86% | 0.39% | - |
| HSV(B) | 31.74º | 0.92% | 0.73% | - |
| XYZ | 25.38 | 20.57 | 3.05 | - |
| YUV | 118.85 | 68.84 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 14 | 0 | 0.44 | 0.92 | 0.27 | 31.74 | 0.86 | 0.39 |
| Hex | BA | 69 | E | 0 | 2C | 5C | 1B | 20 | 56 | 27 |
| Octal | 272 | 151 | 16 | 0 | 54 | 134 | 33 | 40 | 126 | 47 |
| Binary | 10111010 | 1101001 | 1110 | 0 | 101100 | 1011100 | 11011 | 100000 | 1010110 | 100111 |
Color Harmonies of #BA690E
Complementary color
Monochromatic Colors of #BA690E
Black with #BA690E
Text Example
Text Example
White with #BA690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA690E; }
p { color: rgb(186,105,14); }
H1.HeaderClassName
{
color: #BA690E;
}
.AnyTagClassName
{
color: #BA690E;
}
</style>
background-color css
<style>
a { background-color: #BA690E; }
a { background-color: rgb(186,105,14); }
div.DivClassName
{
background-color: #BA690E;
}
.BgClassName
{
background-color: #BA690E;
}
</style>
border-color css
<style>
span { border-color: #BA690E; }
span { border-color: rgb(186,105,14); }
td.TdClassName
{
border-color: #BA690E;
}
.TagClassName
{
border-color: #BA690E;
}
</style>