Shades of Chocolate #BA6513
Tints of Chocolate #BA6513
RGB
CMYK
RGB Variations
Color information
#BA6513 (or 0xBA6513) is known color: Chocolate. HEX triplet: BA, 65 and 13. RGB value is (186,101,19). Sum of RGB (Red+Green+Blue) = 186+101+19=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6513 is #459AEC. Grayscale: #757575. Windows color (decimal): -4561645 or 1271226. OLE color: 1271226.
HSL color Cylindrical-coordinate representation of color #BA6513: hue angle of 29.46º degrees, saturation: 0.81, 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 #BA6513 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 19 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.27 |
| HSL | 29.46º | 0.81% | 0.4% | - |
| HSV(B) | 29.46º | 0.9% | 0.73% | - |
| XYZ | 25.02 | 19.79 | 3.12 | - |
| YUV | 117.07 | 72.66 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 19 | 0 | 0.46 | 0.90 | 0.27 | 29.46 | 0.81 | 0.4 |
| Hex | BA | 65 | 13 | 0 | 2E | 5A | 1B | 1D | 51 | 28 |
| Octal | 272 | 145 | 23 | 0 | 56 | 132 | 33 | 35 | 121 | 50 |
| Binary | 10111010 | 1100101 | 10011 | 0 | 101110 | 1011010 | 11011 | 11101 | 1010001 | 101000 |
Color Harmonies of #BA6513
Complementary color
Monochromatic Colors of #BA6513
Black with #BA6513
Text Example
Text Example
White with #BA6513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6513; }
p { color: rgb(186,101,19); }
H1.HeaderClassName
{
color: #BA6513;
}
.AnyTagClassName
{
color: #BA6513;
}
</style>
background-color css
<style>
a { background-color: #BA6513; }
a { background-color: rgb(186,101,19); }
div.DivClassName
{
background-color: #BA6513;
}
.BgClassName
{
background-color: #BA6513;
}
</style>
border-color css
<style>
span { border-color: #BA6513; }
span { border-color: rgb(186,101,19); }
td.TdClassName
{
border-color: #BA6513;
}
.TagClassName
{
border-color: #BA6513;
}
</style>