Shades of Chocolate #BA6313
Tints of Chocolate #BA6313
RGB
CMYK
RGB Variations
Color information
#BA6313 (or 0xBA6313) is known color: Chocolate. HEX triplet: BA, 63 and 13. RGB value is (186,99,19). Sum of RGB (Red+Green+Blue) = 186+99+19=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6313 is #459CEC. Grayscale: #747474. Windows color (decimal): -4562157 or 1270714. OLE color: 1270714.
HSL color Cylindrical-coordinate representation of color #BA6313: hue angle of 28.74º 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 #BA6313 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 19 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.27 |
| HSL | 28.74º | 0.81% | 0.4% | - |
| HSV(B) | 28.74º | 0.9% | 0.73% | - |
| XYZ | 24.83 | 19.41 | 3.05 | - |
| YUV | 115.89 | 73.32 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 19 | 0 | 0.47 | 0.90 | 0.27 | 28.74 | 0.81 | 0.4 |
| Hex | BA | 63 | 13 | 0 | 2F | 5A | 1B | 1D | 51 | 28 |
| Octal | 272 | 143 | 23 | 0 | 57 | 132 | 33 | 35 | 121 | 50 |
| Binary | 10111010 | 1100011 | 10011 | 0 | 101111 | 1011010 | 11011 | 11101 | 1010001 | 101000 |
Color Harmonies of #BA6313
Complementary color
Monochromatic Colors of #BA6313
Black with #BA6313
Text Example
Text Example
White with #BA6313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6313; }
p { color: rgb(186,99,19); }
H1.HeaderClassName
{
color: #BA6313;
}
.AnyTagClassName
{
color: #BA6313;
}
</style>
background-color css
<style>
a { background-color: #BA6313; }
a { background-color: rgb(186,99,19); }
div.DivClassName
{
background-color: #BA6313;
}
.BgClassName
{
background-color: #BA6313;
}
</style>
border-color css
<style>
span { border-color: #BA6313; }
span { border-color: rgb(186,99,19); }
td.TdClassName
{
border-color: #BA6313;
}
.TagClassName
{
border-color: #BA6313;
}
</style>