Shades of Chocolate #BA6415
Tints of Chocolate #BA6415
RGB
CMYK
RGB Variations
Color information
#BA6415 (or 0xBA6415) is known color: Chocolate. HEX triplet: BA, 64 and 15. RGB value is (186,100,21). Sum of RGB (Red+Green+Blue) = 186+100+21=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6415 is #459BEA. Grayscale: #757575. Windows color (decimal): -4561899 or 1402042. OLE color: 1402042.
HSL color Cylindrical-coordinate representation of color #BA6415: hue angle of 28.73º 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 #BA6415 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 21 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.27 |
| HSL | 28.73º | 0.8% | 0.41% | - |
| HSV(B) | 28.73º | 0.89% | 0.73% | - |
| XYZ | 24.94 | 19.61 | 3.18 | - |
| YUV | 116.71 | 73.99 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 21 | 0 | 0.46 | 0.89 | 0.27 | 28.73 | 0.8 | 0.41 |
| Hex | BA | 64 | 15 | 0 | 2E | 59 | 1B | 1D | 50 | 29 |
| Octal | 272 | 144 | 25 | 0 | 56 | 131 | 33 | 35 | 120 | 51 |
| Binary | 10111010 | 1100100 | 10101 | 0 | 101110 | 1011001 | 11011 | 11101 | 1010000 | 101001 |
Color Harmonies of #BA6415
Complementary color
Monochromatic Colors of #BA6415
Black with #BA6415
Text Example
Text Example
White with #BA6415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6415; }
p { color: rgb(186,100,21); }
H1.HeaderClassName
{
color: #BA6415;
}
.AnyTagClassName
{
color: #BA6415;
}
</style>
background-color css
<style>
a { background-color: #BA6415; }
a { background-color: rgb(186,100,21); }
div.DivClassName
{
background-color: #BA6415;
}
.BgClassName
{
background-color: #BA6415;
}
</style>
border-color css
<style>
span { border-color: #BA6415; }
span { border-color: rgb(186,100,21); }
td.TdClassName
{
border-color: #BA6415;
}
.TagClassName
{
border-color: #BA6415;
}
</style>