Shades of Chocolate #BA6616
Tints of Chocolate #BA6616
RGB
CMYK
RGB Variations
Color information
#BA6616 (or 0xBA6616) is known color: Chocolate. HEX triplet: BA, 66 and 16. RGB value is (186,102,22). Sum of RGB (Red+Green+Blue) = 186+102+22=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6616 is #4599E9. Grayscale: #767676. Windows color (decimal): -4561386 or 1468090. OLE color: 1468090.
HSL color Cylindrical-coordinate representation of color #BA6616: hue angle of 29.27º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA6616 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 22 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.27 |
| HSL | 29.27º | 0.79% | 0.41% | - |
| HSV(B) | 29.27º | 0.88% | 0.73% | - |
| XYZ | 25.15 | 20 | 3.29 | - |
| YUV | 118 | 73.83 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 22 | 0 | 0.45 | 0.88 | 0.27 | 29.27 | 0.79 | 0.41 |
| Hex | BA | 66 | 16 | 0 | 2D | 58 | 1B | 1D | 4F | 29 |
| Octal | 272 | 146 | 26 | 0 | 55 | 130 | 33 | 35 | 117 | 51 |
| Binary | 10111010 | 1100110 | 10110 | 0 | 101101 | 1011000 | 11011 | 11101 | 1001111 | 101001 |
Color Harmonies of #BA6616
Complementary color
Monochromatic Colors of #BA6616
Black with #BA6616
Text Example
Text Example
White with #BA6616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6616; }
p { color: rgb(186,102,22); }
H1.HeaderClassName
{
color: #BA6616;
}
.AnyTagClassName
{
color: #BA6616;
}
</style>
background-color css
<style>
a { background-color: #BA6616; }
a { background-color: rgb(186,102,22); }
div.DivClassName
{
background-color: #BA6616;
}
.BgClassName
{
background-color: #BA6616;
}
</style>
border-color css
<style>
span { border-color: #BA6616; }
span { border-color: rgb(186,102,22); }
td.TdClassName
{
border-color: #BA6616;
}
.TagClassName
{
border-color: #BA6616;
}
</style>