Shades of Chocolate #BA6614
Tints of Chocolate #BA6614
RGB
CMYK
RGB Variations
Color information
#BA6614 (or 0xBA6614) is known color: Chocolate. HEX triplet: BA, 66 and 14. RGB value is (186,102,20). Sum of RGB (Red+Green+Blue) = 186+102+20=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6614 is #4599EB. Grayscale: #767676. Windows color (decimal): -4561388 or 1337018. OLE color: 1337018.
HSL color Cylindrical-coordinate representation of color #BA6614: hue angle of 29.64º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA6614 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 20 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.27 |
| HSL | 29.64º | 0.81% | 0.4% | - |
| HSV(B) | 29.64º | 0.89% | 0.73% | - |
| XYZ | 25.13 | 19.99 | 3.2 | - |
| YUV | 117.77 | 72.83 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 20 | 0 | 0.45 | 0.89 | 0.27 | 29.64 | 0.81 | 0.4 |
| Hex | BA | 66 | 14 | 0 | 2D | 59 | 1B | 1E | 51 | 28 |
| Octal | 272 | 146 | 24 | 0 | 55 | 131 | 33 | 36 | 121 | 50 |
| Binary | 10111010 | 1100110 | 10100 | 0 | 101101 | 1011001 | 11011 | 11110 | 1010001 | 101000 |
Color Harmonies of #BA6614
Complementary color
Monochromatic Colors of #BA6614
Black with #BA6614
Text Example
Text Example
White with #BA6614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6614; }
p { color: rgb(186,102,20); }
H1.HeaderClassName
{
color: #BA6614;
}
.AnyTagClassName
{
color: #BA6614;
}
</style>
background-color css
<style>
a { background-color: #BA6614; }
a { background-color: rgb(186,102,20); }
div.DivClassName
{
background-color: #BA6614;
}
.BgClassName
{
background-color: #BA6614;
}
</style>
border-color css
<style>
span { border-color: #BA6614; }
span { border-color: rgb(186,102,20); }
td.TdClassName
{
border-color: #BA6614;
}
.TagClassName
{
border-color: #BA6614;
}
</style>