Shades of Ochre #BA6C12
Tints of Ochre #BA6C12
RGB
CMYK
RGB Variations
Color information
#BA6C12 (or 0xBA6C12) is known color: Ochre. HEX triplet: BA, 6C and 12. RGB value is (186,108,18). Sum of RGB (Red+Green+Blue) = 186+108+18=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6C12 is #4593ED. Grayscale: #797979. Windows color (decimal): -4559854 or 1207482. OLE color: 1207482.
HSL color Cylindrical-coordinate representation of color #BA6C12: hue angle of 32.14º degrees, saturation: 0.82, 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 #BA6C12 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 18 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.27 |
| HSL | 32.14º | 0.82% | 0.4% | - |
| HSV(B) | 32.14º | 0.9% | 0.73% | - |
| XYZ | 25.72 | 21.21 | 3.31 | - |
| YUV | 121.06 | 69.84 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 18 | 0 | 0.42 | 0.90 | 0.27 | 32.14 | 0.82 | 0.4 |
| Hex | BA | 6C | 12 | 0 | 2A | 5A | 1B | 20 | 52 | 28 |
| Octal | 272 | 154 | 22 | 0 | 52 | 132 | 33 | 40 | 122 | 50 |
| Binary | 10111010 | 1101100 | 10010 | 0 | 101010 | 1011010 | 11011 | 100000 | 1010010 | 101000 |
Color Harmonies of #BA6C12
Complementary color
Monochromatic Colors of #BA6C12
Black with #BA6C12
Text Example
Text Example
White with #BA6C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C12; }
p { color: rgb(186,108,18); }
H1.HeaderClassName
{
color: #BA6C12;
}
.AnyTagClassName
{
color: #BA6C12;
}
</style>
background-color css
<style>
a { background-color: #BA6C12; }
a { background-color: rgb(186,108,18); }
div.DivClassName
{
background-color: #BA6C12;
}
.BgClassName
{
background-color: #BA6C12;
}
</style>
border-color css
<style>
span { border-color: #BA6C12; }
span { border-color: rgb(186,108,18); }
td.TdClassName
{
border-color: #BA6C12;
}
.TagClassName
{
border-color: #BA6C12;
}
</style>