Shades of Chocolate #BA6612
Tints of Chocolate #BA6612
RGB
CMYK
RGB Variations
Color information
#BA6612 (or 0xBA6612) is known color: Chocolate. HEX triplet: BA, 66 and 12. RGB value is (186,102,18). Sum of RGB (Red+Green+Blue) = 186+102+18=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6612 is #4599ED. Grayscale: #757575. Windows color (decimal): -4561390 or 1205946. OLE color: 1205946.
HSL color Cylindrical-coordinate representation of color #BA6612: hue angle of 30º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA6612 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 18 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.27 |
| HSL | 30º | 0.82% | 0.4% | - |
| HSV(B) | 30º | 0.9% | 0.73% | - |
| XYZ | 25.11 | 19.99 | 3.11 | - |
| YUV | 117.54 | 71.83 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 18 | 0 | 0.45 | 0.90 | 0.27 | 30 | 0.82 | 0.4 |
| Hex | BA | 66 | 12 | 0 | 2D | 5A | 1B | 1E | 52 | 28 |
| Octal | 272 | 146 | 22 | 0 | 55 | 132 | 33 | 36 | 122 | 50 |
| Binary | 10111010 | 1100110 | 10010 | 0 | 101101 | 1011010 | 11011 | 11110 | 1010010 | 101000 |
Color Harmonies of #BA6612
Complementary color
Monochromatic Colors of #BA6612
Black with #BA6612
Text Example
Text Example
White with #BA6612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6612; }
p { color: rgb(186,102,18); }
H1.HeaderClassName
{
color: #BA6612;
}
.AnyTagClassName
{
color: #BA6612;
}
</style>
background-color css
<style>
a { background-color: #BA6612; }
a { background-color: rgb(186,102,18); }
div.DivClassName
{
background-color: #BA6612;
}
.BgClassName
{
background-color: #BA6612;
}
</style>
border-color css
<style>
span { border-color: #BA6612; }
span { border-color: rgb(186,102,18); }
td.TdClassName
{
border-color: #BA6612;
}
.TagClassName
{
border-color: #BA6612;
}
</style>