Shades of Chocolate #BA6515
Tints of Chocolate #BA6515
RGB
CMYK
RGB Variations
Color information
#BA6515 (or 0xBA6515) is known color: Chocolate. HEX triplet: BA, 65 and 15. RGB value is (186,101,21). Sum of RGB (Red+Green+Blue) = 186+101+21=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6515 is #459AEA. Grayscale: #757575. Windows color (decimal): -4561643 or 1402298. OLE color: 1402298.
HSL color Cylindrical-coordinate representation of color #BA6515: hue angle of 29.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA6515 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 21 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.27 |
| HSL | 29.09º | 0.8% | 0.41% | - |
| HSV(B) | 29.09º | 0.89% | 0.73% | - |
| XYZ | 25.04 | 19.8 | 3.21 | - |
| YUV | 117.3 | 73.66 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 21 | 0 | 0.46 | 0.89 | 0.27 | 29.09 | 0.8 | 0.41 |
| Hex | BA | 65 | 15 | 0 | 2E | 59 | 1B | 1D | 50 | 29 |
| Octal | 272 | 145 | 25 | 0 | 56 | 131 | 33 | 35 | 120 | 51 |
| Binary | 10111010 | 1100101 | 10101 | 0 | 101110 | 1011001 | 11011 | 11101 | 1010000 | 101001 |
Color Harmonies of #BA6515
Complementary color
Monochromatic Colors of #BA6515
Black with #BA6515
Text Example
Text Example
White with #BA6515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6515; }
p { color: rgb(186,101,21); }
H1.HeaderClassName
{
color: #BA6515;
}
.AnyTagClassName
{
color: #BA6515;
}
</style>
background-color css
<style>
a { background-color: #BA6515; }
a { background-color: rgb(186,101,21); }
div.DivClassName
{
background-color: #BA6515;
}
.BgClassName
{
background-color: #BA6515;
}
</style>
border-color css
<style>
span { border-color: #BA6515; }
span { border-color: rgb(186,101,21); }
td.TdClassName
{
border-color: #BA6515;
}
.TagClassName
{
border-color: #BA6515;
}
</style>