Shades of Ochre #BA6B0F
Tints of Ochre #BA6B0F
RGB
CMYK
RGB Variations
Color information
#BA6B0F (or 0xBA6B0F) is known color: Ochre. HEX triplet: BA, 6B and 0F. RGB value is (186,107,15). Sum of RGB (Red+Green+Blue) = 186+107+15=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6B0F is #4594F0. Grayscale: #787878. Windows color (decimal): -4560113 or 1010618. OLE color: 1010618.
HSL color Cylindrical-coordinate representation of color #BA6B0F: hue angle of 32.28º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA6B0F is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 15 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.27 |
| HSL | 32.28º | 0.85% | 0.39% | - |
| HSV(B) | 32.28º | 0.92% | 0.73% | - |
| XYZ | 25.59 | 20.99 | 3.15 | - |
| YUV | 120.13 | 68.67 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 15 | 0 | 0.42 | 0.92 | 0.27 | 32.28 | 0.85 | 0.39 |
| Hex | BA | 6B | F | 0 | 2A | 5C | 1B | 20 | 55 | 27 |
| Octal | 272 | 153 | 17 | 0 | 52 | 134 | 33 | 40 | 125 | 47 |
| Binary | 10111010 | 1101011 | 1111 | 0 | 101010 | 1011100 | 11011 | 100000 | 1010101 | 100111 |
Color Harmonies of #BA6B0F
Complementary color
Monochromatic Colors of #BA6B0F
Black with #BA6B0F
Text Example
Text Example
White with #BA6B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B0F; }
p { color: rgb(186,107,15); }
H1.HeaderClassName
{
color: #BA6B0F;
}
.AnyTagClassName
{
color: #BA6B0F;
}
</style>
background-color css
<style>
a { background-color: #BA6B0F; }
a { background-color: rgb(186,107,15); }
div.DivClassName
{
background-color: #BA6B0F;
}
.BgClassName
{
background-color: #BA6B0F;
}
</style>
border-color css
<style>
span { border-color: #BA6B0F; }
span { border-color: rgb(186,107,15); }
td.TdClassName
{
border-color: #BA6B0F;
}
.TagClassName
{
border-color: #BA6B0F;
}
</style>