Shades of Ochre #BA6A0D
Tints of Ochre #BA6A0D
RGB
CMYK
RGB Variations
Color information
#BA6A0D (or 0xBA6A0D) is known color: Ochre. HEX triplet: BA, 6A and 0D. RGB value is (186,106,13). Sum of RGB (Red+Green+Blue) = 186+106+13=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6A0D is #4595F2. Grayscale: #777777. Windows color (decimal): -4560371 or 879290. OLE color: 879290.
HSL color Cylindrical-coordinate representation of color #BA6A0D: hue angle of 32.25º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA6A0D is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 106 | 13 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.27 |
| HSL | 32.25º | 0.87% | 0.39% | - |
| HSV(B) | 32.25º | 0.93% | 0.73% | - |
| XYZ | 25.48 | 20.78 | 3.05 | - |
| YUV | 119.32 | 68 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 13 | 0 | 0.43 | 0.93 | 0.27 | 32.25 | 0.87 | 0.39 |
| Hex | BA | 6A | D | 0 | 2B | 5D | 1B | 20 | 57 | 27 |
| Octal | 272 | 152 | 15 | 0 | 53 | 135 | 33 | 40 | 127 | 47 |
| Binary | 10111010 | 1101010 | 1101 | 0 | 101011 | 1011101 | 11011 | 100000 | 1010111 | 100111 |
Color Harmonies of #BA6A0D
Complementary color
Monochromatic Colors of #BA6A0D
Black with #BA6A0D
Text Example
Text Example
White with #BA6A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6A0D; }
p { color: rgb(186,106,13); }
H1.HeaderClassName
{
color: #BA6A0D;
}
.AnyTagClassName
{
color: #BA6A0D;
}
</style>
background-color css
<style>
a { background-color: #BA6A0D; }
a { background-color: rgb(186,106,13); }
div.DivClassName
{
background-color: #BA6A0D;
}
.BgClassName
{
background-color: #BA6A0D;
}
</style>
border-color css
<style>
span { border-color: #BA6A0D; }
span { border-color: rgb(186,106,13); }
td.TdClassName
{
border-color: #BA6A0D;
}
.TagClassName
{
border-color: #BA6A0D;
}
</style>