Shades of Chocolate #BA6711
Tints of Chocolate #BA6711
RGB
CMYK
RGB Variations
Color information
#BA6711 (or 0xBA6711) is known color: Chocolate. HEX triplet: BA, 67 and 11. RGB value is (186,103,17). Sum of RGB (Red+Green+Blue) = 186+103+17=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6711 is #4598EE. Grayscale: #767676. Windows color (decimal): -4561135 or 1140666. OLE color: 1140666.
HSL color Cylindrical-coordinate representation of color #BA6711: hue angle of 30.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA6711 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 17 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.27 |
| HSL | 30.53º | 0.83% | 0.4% | - |
| HSV(B) | 30.53º | 0.91% | 0.73% | - |
| XYZ | 25.2 | 20.18 | 3.1 | - |
| YUV | 118.01 | 71 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 17 | 0 | 0.45 | 0.91 | 0.27 | 30.53 | 0.83 | 0.4 |
| Hex | BA | 67 | 11 | 0 | 2D | 5B | 1B | 1F | 53 | 28 |
| Octal | 272 | 147 | 21 | 0 | 55 | 133 | 33 | 37 | 123 | 50 |
| Binary | 10111010 | 1100111 | 10001 | 0 | 101101 | 1011011 | 11011 | 11111 | 1010011 | 101000 |
Color Harmonies of #BA6711
Complementary color
Monochromatic Colors of #BA6711
Black with #BA6711
Text Example
Text Example
White with #BA6711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6711; }
p { color: rgb(186,103,17); }
H1.HeaderClassName
{
color: #BA6711;
}
.AnyTagClassName
{
color: #BA6711;
}
</style>
background-color css
<style>
a { background-color: #BA6711; }
a { background-color: rgb(186,103,17); }
div.DivClassName
{
background-color: #BA6711;
}
.BgClassName
{
background-color: #BA6711;
}
</style>
border-color css
<style>
span { border-color: #BA6711; }
span { border-color: rgb(186,103,17); }
td.TdClassName
{
border-color: #BA6711;
}
.TagClassName
{
border-color: #BA6711;
}
</style>