Shades of Chocolate #BA6212
Tints of Chocolate #BA6212
RGB
CMYK
RGB Variations
Color information
#BA6212 (or 0xBA6212) is known color: Chocolate. HEX triplet: BA, 62 and 12. RGB value is (186,98,18). Sum of RGB (Red+Green+Blue) = 186+98+18=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6212 is #459DED. Grayscale: #737373. Windows color (decimal): -4562414 or 1204922. OLE color: 1204922.
HSL color Cylindrical-coordinate representation of color #BA6212: hue angle of 28.57º 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 #BA6212 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 18 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.27 |
| HSL | 28.57º | 0.82% | 0.4% | - |
| HSV(B) | 28.57º | 0.9% | 0.73% | - |
| XYZ | 24.73 | 19.22 | 2.98 | - |
| YUV | 115.19 | 73.15 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 18 | 0 | 0.47 | 0.90 | 0.27 | 28.57 | 0.82 | 0.4 |
| Hex | BA | 62 | 12 | 0 | 2F | 5A | 1B | 1D | 52 | 28 |
| Octal | 272 | 142 | 22 | 0 | 57 | 132 | 33 | 35 | 122 | 50 |
| Binary | 10111010 | 1100010 | 10010 | 0 | 101111 | 1011010 | 11011 | 11101 | 1010010 | 101000 |
Color Harmonies of #BA6212
Complementary color
Monochromatic Colors of #BA6212
Black with #BA6212
Text Example
Text Example
White with #BA6212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6212; }
p { color: rgb(186,98,18); }
H1.HeaderClassName
{
color: #BA6212;
}
.AnyTagClassName
{
color: #BA6212;
}
</style>
background-color css
<style>
a { background-color: #BA6212; }
a { background-color: rgb(186,98,18); }
div.DivClassName
{
background-color: #BA6212;
}
.BgClassName
{
background-color: #BA6212;
}
</style>
border-color css
<style>
span { border-color: #BA6212; }
span { border-color: rgb(186,98,18); }
td.TdClassName
{
border-color: #BA6212;
}
.TagClassName
{
border-color: #BA6212;
}
</style>