Shades of Ochre #BA6912
Tints of Ochre #BA6912
RGB
CMYK
RGB Variations
Color information
#BA6912 (or 0xBA6912) is known color: Ochre. HEX triplet: BA, 69 and 12. RGB value is (186,105,18). Sum of RGB (Red+Green+Blue) = 186+105+18=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6912 is #4596ED. Grayscale: #777777. Windows color (decimal): -4560622 or 1206714. OLE color: 1206714.
HSL color Cylindrical-coordinate representation of color #BA6912: hue angle of 31.07º 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 #BA6912 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 18 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.27 |
| HSL | 31.07º | 0.82% | 0.4% | - |
| HSV(B) | 31.07º | 0.9% | 0.73% | - |
| XYZ | 25.41 | 20.59 | 3.21 | - |
| YUV | 119.3 | 70.84 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 18 | 0 | 0.44 | 0.90 | 0.27 | 31.07 | 0.82 | 0.4 |
| Hex | BA | 69 | 12 | 0 | 2C | 5A | 1B | 1F | 52 | 28 |
| Octal | 272 | 151 | 22 | 0 | 54 | 132 | 33 | 37 | 122 | 50 |
| Binary | 10111010 | 1101001 | 10010 | 0 | 101100 | 1011010 | 11011 | 11111 | 1010010 | 101000 |
Color Harmonies of #BA6912
Complementary color
Monochromatic Colors of #BA6912
Black with #BA6912
Text Example
Text Example
White with #BA6912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6912; }
p { color: rgb(186,105,18); }
H1.HeaderClassName
{
color: #BA6912;
}
.AnyTagClassName
{
color: #BA6912;
}
</style>
background-color css
<style>
a { background-color: #BA6912; }
a { background-color: rgb(186,105,18); }
div.DivClassName
{
background-color: #BA6912;
}
.BgClassName
{
background-color: #BA6912;
}
</style>
border-color css
<style>
span { border-color: #BA6912; }
span { border-color: rgb(186,105,18); }
td.TdClassName
{
border-color: #BA6912;
}
.TagClassName
{
border-color: #BA6912;
}
</style>