Shades of Ochre #BA6B10
Tints of Ochre #BA6B10
RGB
CMYK
RGB Variations
Color information
#BA6B10 (or 0xBA6B10) is known color: Ochre. HEX triplet: BA, 6B and 10. RGB value is (186,107,16). Sum of RGB (Red+Green+Blue) = 186+107+16=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6B10 is #4594EF. Grayscale: #787878. Windows color (decimal): -4560112 or 1076154. OLE color: 1076154.
HSL color Cylindrical-coordinate representation of color #BA6B10: hue angle of 32.12º 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 #BA6B10 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 16 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.27 |
| HSL | 32.12º | 0.84% | 0.4% | - |
| HSV(B) | 32.12º | 0.91% | 0.73% | - |
| XYZ | 25.6 | 20.99 | 3.19 | - |
| YUV | 120.25 | 69.17 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 16 | 0 | 0.42 | 0.91 | 0.27 | 32.12 | 0.84 | 0.4 |
| Hex | BA | 6B | 10 | 0 | 2A | 5B | 1B | 20 | 54 | 28 |
| Octal | 272 | 153 | 20 | 0 | 52 | 133 | 33 | 40 | 124 | 50 |
| Binary | 10111010 | 1101011 | 10000 | 0 | 101010 | 1011011 | 11011 | 100000 | 1010100 | 101000 |
Color Harmonies of #BA6B10
Complementary color
Monochromatic Colors of #BA6B10
Black with #BA6B10
Text Example
Text Example
White with #BA6B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B10; }
p { color: rgb(186,107,16); }
H1.HeaderClassName
{
color: #BA6B10;
}
.AnyTagClassName
{
color: #BA6B10;
}
</style>
background-color css
<style>
a { background-color: #BA6B10; }
a { background-color: rgb(186,107,16); }
div.DivClassName
{
background-color: #BA6B10;
}
.BgClassName
{
background-color: #BA6B10;
}
</style>
border-color css
<style>
span { border-color: #BA6B10; }
span { border-color: rgb(186,107,16); }
td.TdClassName
{
border-color: #BA6B10;
}
.TagClassName
{
border-color: #BA6B10;
}
</style>