Shades of Chocolate #BA6713
Tints of Chocolate #BA6713
RGB
CMYK
RGB Variations
Color information
#BA6713 (or 0xBA6713) is known color: Chocolate. HEX triplet: BA, 67 and 13. RGB value is (186,103,19). Sum of RGB (Red+Green+Blue) = 186+103+19=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6713 is #4598EC. Grayscale: #767676. Windows color (decimal): -4561133 or 1271738. OLE color: 1271738.
HSL color Cylindrical-coordinate representation of color #BA6713: hue angle of 30.18º 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 #BA6713 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 19 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.27 |
| HSL | 30.18º | 0.81% | 0.4% | - |
| HSV(B) | 30.18º | 0.9% | 0.73% | - |
| XYZ | 25.22 | 20.19 | 3.18 | - |
| YUV | 118.24 | 72 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 19 | 0 | 0.45 | 0.90 | 0.27 | 30.18 | 0.81 | 0.4 |
| Hex | BA | 67 | 13 | 0 | 2D | 5A | 1B | 1E | 51 | 28 |
| Octal | 272 | 147 | 23 | 0 | 55 | 132 | 33 | 36 | 121 | 50 |
| Binary | 10111010 | 1100111 | 10011 | 0 | 101101 | 1011010 | 11011 | 11110 | 1010001 | 101000 |
Color Harmonies of #BA6713
Complementary color
Monochromatic Colors of #BA6713
Black with #BA6713
Text Example
Text Example
White with #BA6713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6713; }
p { color: rgb(186,103,19); }
H1.HeaderClassName
{
color: #BA6713;
}
.AnyTagClassName
{
color: #BA6713;
}
</style>
background-color css
<style>
a { background-color: #BA6713; }
a { background-color: rgb(186,103,19); }
div.DivClassName
{
background-color: #BA6713;
}
.BgClassName
{
background-color: #BA6713;
}
</style>
border-color css
<style>
span { border-color: #BA6713; }
span { border-color: rgb(186,103,19); }
td.TdClassName
{
border-color: #BA6713;
}
.TagClassName
{
border-color: #BA6713;
}
</style>