Shades of Chocolate #BA6715
Tints of Chocolate #BA6715
RGB
CMYK
RGB Variations
Color information
#BA6715 (or 0xBA6715) is known color: Chocolate. HEX triplet: BA, 67 and 15. RGB value is (186,103,21). Sum of RGB (Red+Green+Blue) = 186+103+21=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6715 is #4598EA. Grayscale: #767676. Windows color (decimal): -4561131 or 1402810. OLE color: 1402810.
HSL color Cylindrical-coordinate representation of color #BA6715: hue angle of 29.82º 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 #BA6715 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 21 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.27 |
| HSL | 29.82º | 0.8% | 0.41% | - |
| HSV(B) | 29.82º | 0.89% | 0.73% | - |
| XYZ | 25.24 | 20.19 | 3.28 | - |
| YUV | 118.47 | 73 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 21 | 0 | 0.45 | 0.89 | 0.27 | 29.82 | 0.8 | 0.41 |
| Hex | BA | 67 | 15 | 0 | 2D | 59 | 1B | 1E | 50 | 29 |
| Octal | 272 | 147 | 25 | 0 | 55 | 131 | 33 | 36 | 120 | 51 |
| Binary | 10111010 | 1100111 | 10101 | 0 | 101101 | 1011001 | 11011 | 11110 | 1010000 | 101001 |
Color Harmonies of #BA6715
Complementary color
Monochromatic Colors of #BA6715
Black with #BA6715
Text Example
Text Example
White with #BA6715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6715; }
p { color: rgb(186,103,21); }
H1.HeaderClassName
{
color: #BA6715;
}
.AnyTagClassName
{
color: #BA6715;
}
</style>
background-color css
<style>
a { background-color: #BA6715; }
a { background-color: rgb(186,103,21); }
div.DivClassName
{
background-color: #BA6715;
}
.BgClassName
{
background-color: #BA6715;
}
</style>
border-color css
<style>
span { border-color: #BA6715; }
span { border-color: rgb(186,103,21); }
td.TdClassName
{
border-color: #BA6715;
}
.TagClassName
{
border-color: #BA6715;
}
</style>