Shades of Ochre #BA6E11
Tints of Ochre #BA6E11
RGB
CMYK
RGB Variations
Color information
#BA6E11 (or 0xBA6E11) is known color: Ochre. HEX triplet: BA, 6E and 11. RGB value is (186,110,17). Sum of RGB (Red+Green+Blue) = 186+110+17=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6E11 is #4591EE. Grayscale: #7A7A7A. Windows color (decimal): -4559343 or 1142458. OLE color: 1142458.
HSL color Cylindrical-coordinate representation of color #BA6E11: hue angle of 33.02º 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 #BA6E11 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 110 | 17 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.27 |
| HSL | 33.02º | 0.83% | 0.4% | - |
| HSV(B) | 33.02º | 0.91% | 0.73% | - |
| XYZ | 25.93 | 21.63 | 3.34 | - |
| YUV | 122.12 | 68.68 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 17 | 0 | 0.41 | 0.91 | 0.27 | 33.02 | 0.83 | 0.4 |
| Hex | BA | 6E | 11 | 0 | 29 | 5B | 1B | 21 | 53 | 28 |
| Octal | 272 | 156 | 21 | 0 | 51 | 133 | 33 | 41 | 123 | 50 |
| Binary | 10111010 | 1101110 | 10001 | 0 | 101001 | 1011011 | 11011 | 100001 | 1010011 | 101000 |
Color Harmonies of #BA6E11
Complementary color
Monochromatic Colors of #BA6E11
Black with #BA6E11
Text Example
Text Example
White with #BA6E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6E11; }
p { color: rgb(186,110,17); }
H1.HeaderClassName
{
color: #BA6E11;
}
.AnyTagClassName
{
color: #BA6E11;
}
</style>
background-color css
<style>
a { background-color: #BA6E11; }
a { background-color: rgb(186,110,17); }
div.DivClassName
{
background-color: #BA6E11;
}
.BgClassName
{
background-color: #BA6E11;
}
</style>
border-color css
<style>
span { border-color: #BA6E11; }
span { border-color: rgb(186,110,17); }
td.TdClassName
{
border-color: #BA6E11;
}
.TagClassName
{
border-color: #BA6E11;
}
</style>