Shades of Ochre #BA6E10
Tints of Ochre #BA6E10
RGB
CMYK
RGB Variations
Color information
#BA6E10 (or 0xBA6E10) is known color: Ochre. HEX triplet: BA, 6E and 10. RGB value is (186,110,16). Sum of RGB (Red+Green+Blue) = 186+110+16=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6E10 is #4591EF. Grayscale: #7A7A7A. Windows color (decimal): -4559344 or 1076922. OLE color: 1076922.
HSL color Cylindrical-coordinate representation of color #BA6E10: hue angle of 33.18º degrees, saturation: 0.84, 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 #BA6E10 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 110 | 16 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.27 |
| HSL | 33.18º | 0.84% | 0.4% | - |
| HSV(B) | 33.18º | 0.91% | 0.73% | - |
| XYZ | 25.92 | 21.63 | 3.3 | - |
| YUV | 122.01 | 68.18 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 16 | 0 | 0.41 | 0.91 | 0.27 | 33.18 | 0.84 | 0.4 |
| Hex | BA | 6E | 10 | 0 | 29 | 5B | 1B | 21 | 54 | 28 |
| Octal | 272 | 156 | 20 | 0 | 51 | 133 | 33 | 41 | 124 | 50 |
| Binary | 10111010 | 1101110 | 10000 | 0 | 101001 | 1011011 | 11011 | 100001 | 1010100 | 101000 |
Color Harmonies of #BA6E10
Complementary color
Monochromatic Colors of #BA6E10
Black with #BA6E10
Text Example
Text Example
White with #BA6E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6E10; }
p { color: rgb(186,110,16); }
H1.HeaderClassName
{
color: #BA6E10;
}
.AnyTagClassName
{
color: #BA6E10;
}
</style>
background-color css
<style>
a { background-color: #BA6E10; }
a { background-color: rgb(186,110,16); }
div.DivClassName
{
background-color: #BA6E10;
}
.BgClassName
{
background-color: #BA6E10;
}
</style>
border-color css
<style>
span { border-color: #BA6E10; }
span { border-color: rgb(186,110,16); }
td.TdClassName
{
border-color: #BA6E10;
}
.TagClassName
{
border-color: #BA6E10;
}
</style>