Shades of Ochre #BA6C10
Tints of Ochre #BA6C10
RGB
CMYK
RGB Variations
Color information
#BA6C10 (or 0xBA6C10) is known color: Ochre. HEX triplet: BA, 6C and 10. RGB value is (186,108,16). Sum of RGB (Red+Green+Blue) = 186+108+16=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6C10 is #4593EF. Grayscale: #797979. Windows color (decimal): -4559856 or 1076410. OLE color: 1076410.
HSL color Cylindrical-coordinate representation of color #BA6C10: hue angle of 32.47º 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 #BA6C10 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 16 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.27 |
| HSL | 32.47º | 0.84% | 0.4% | - |
| HSV(B) | 32.47º | 0.91% | 0.73% | - |
| XYZ | 25.71 | 21.2 | 3.23 | - |
| YUV | 120.83 | 68.84 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 16 | 0 | 0.42 | 0.91 | 0.27 | 32.47 | 0.84 | 0.4 |
| Hex | BA | 6C | 10 | 0 | 2A | 5B | 1B | 20 | 54 | 28 |
| Octal | 272 | 154 | 20 | 0 | 52 | 133 | 33 | 40 | 124 | 50 |
| Binary | 10111010 | 1101100 | 10000 | 0 | 101010 | 1011011 | 11011 | 100000 | 1010100 | 101000 |
Color Harmonies of #BA6C10
Complementary color
Monochromatic Colors of #BA6C10
Black with #BA6C10
Text Example
Text Example
White with #BA6C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C10; }
p { color: rgb(186,108,16); }
H1.HeaderClassName
{
color: #BA6C10;
}
.AnyTagClassName
{
color: #BA6C10;
}
</style>
background-color css
<style>
a { background-color: #BA6C10; }
a { background-color: rgb(186,108,16); }
div.DivClassName
{
background-color: #BA6C10;
}
.BgClassName
{
background-color: #BA6C10;
}
</style>
border-color css
<style>
span { border-color: #BA6C10; }
span { border-color: rgb(186,108,16); }
td.TdClassName
{
border-color: #BA6C10;
}
.TagClassName
{
border-color: #BA6C10;
}
</style>