Shades of Chocolate #BA6315
Tints of Chocolate #BA6315
RGB
CMYK
RGB Variations
Color information
#BA6315 (or 0xBA6315) is known color: Chocolate. HEX triplet: BA, 63 and 15. RGB value is (186,99,21). Sum of RGB (Red+Green+Blue) = 186+99+21=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6315 is #459CEA. Grayscale: #747474. Windows color (decimal): -4562155 or 1401786. OLE color: 1401786.
HSL color Cylindrical-coordinate representation of color #BA6315: hue angle of 28.36º 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 #BA6315 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 21 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.27 |
| HSL | 28.36º | 0.8% | 0.41% | - |
| HSV(B) | 28.36º | 0.89% | 0.73% | - |
| XYZ | 24.85 | 19.42 | 3.15 | - |
| YUV | 116.12 | 74.32 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 21 | 0 | 0.47 | 0.89 | 0.27 | 28.36 | 0.8 | 0.41 |
| Hex | BA | 63 | 15 | 0 | 2F | 59 | 1B | 1C | 50 | 29 |
| Octal | 272 | 143 | 25 | 0 | 57 | 131 | 33 | 34 | 120 | 51 |
| Binary | 10111010 | 1100011 | 10101 | 0 | 101111 | 1011001 | 11011 | 11100 | 1010000 | 101001 |
Color Harmonies of #BA6315
Complementary color
Monochromatic Colors of #BA6315
Black with #BA6315
Text Example
Text Example
White with #BA6315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6315; }
p { color: rgb(186,99,21); }
H1.HeaderClassName
{
color: #BA6315;
}
.AnyTagClassName
{
color: #BA6315;
}
</style>
background-color css
<style>
a { background-color: #BA6315; }
a { background-color: rgb(186,99,21); }
div.DivClassName
{
background-color: #BA6315;
}
.BgClassName
{
background-color: #BA6315;
}
</style>
border-color css
<style>
span { border-color: #BA6315; }
span { border-color: rgb(186,99,21); }
td.TdClassName
{
border-color: #BA6315;
}
.TagClassName
{
border-color: #BA6315;
}
</style>