Shades of Chocolate #BA6512
Tints of Chocolate #BA6512
RGB
CMYK
RGB Variations
Color information
#BA6512 (or 0xBA6512) is known color: Chocolate. HEX triplet: BA, 65 and 12. RGB value is (186,101,18). Sum of RGB (Red+Green+Blue) = 186+101+18=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6512 is #459AED. Grayscale: #757575. Windows color (decimal): -4561646 or 1205690. OLE color: 1205690.
HSL color Cylindrical-coordinate representation of color #BA6512: hue angle of 29.64º 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 #BA6512 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 18 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.27 |
| HSL | 29.64º | 0.82% | 0.4% | - |
| HSV(B) | 29.64º | 0.9% | 0.73% | - |
| XYZ | 25.01 | 19.79 | 3.07 | - |
| YUV | 116.95 | 72.16 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 18 | 0 | 0.46 | 0.90 | 0.27 | 29.64 | 0.82 | 0.4 |
| Hex | BA | 65 | 12 | 0 | 2E | 5A | 1B | 1E | 52 | 28 |
| Octal | 272 | 145 | 22 | 0 | 56 | 132 | 33 | 36 | 122 | 50 |
| Binary | 10111010 | 1100101 | 10010 | 0 | 101110 | 1011010 | 11011 | 11110 | 1010010 | 101000 |
Color Harmonies of #BA6512
Complementary color
Monochromatic Colors of #BA6512
Black with #BA6512
Text Example
Text Example
White with #BA6512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6512; }
p { color: rgb(186,101,18); }
H1.HeaderClassName
{
color: #BA6512;
}
.AnyTagClassName
{
color: #BA6512;
}
</style>
background-color css
<style>
a { background-color: #BA6512; }
a { background-color: rgb(186,101,18); }
div.DivClassName
{
background-color: #BA6512;
}
.BgClassName
{
background-color: #BA6512;
}
</style>
border-color css
<style>
span { border-color: #BA6512; }
span { border-color: rgb(186,101,18); }
td.TdClassName
{
border-color: #BA6512;
}
.TagClassName
{
border-color: #BA6512;
}
</style>