Shades of Ochre #BD6D0E
Tints of Ochre #BD6D0E
RGB
CMYK
RGB Variations
Color information
#BD6D0E (or 0xBD6D0E) is known color: Ochre. HEX triplet: BD, 6D and 0E. RGB value is (189,109,14). Sum of RGB (Red+Green+Blue) = 189+109+14=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6D0E is #4292F1. Grayscale: #7A7A7A. Windows color (decimal): -4362994 or 945597. OLE color: 945597.
HSL color Cylindrical-coordinate representation of color #BD6D0E: hue angle of 32.57º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD6D0E is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 109 | 14 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.26 |
| HSL | 32.57º | 0.86% | 0.4% | - |
| HSV(B) | 32.57º | 0.93% | 0.74% | - |
| XYZ | 26.53 | 21.79 | 3.22 | - |
| YUV | 122.09 | 67 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 14 | 0 | 0.42 | 0.93 | 0.26 | 32.57 | 0.86 | 0.4 |
| Hex | BD | 6D | E | 0 | 2A | 5D | 1A | 21 | 56 | 28 |
| Octal | 275 | 155 | 16 | 0 | 52 | 135 | 32 | 41 | 126 | 50 |
| Binary | 10111101 | 1101101 | 1110 | 0 | 101010 | 1011101 | 11010 | 100001 | 1010110 | 101000 |
Color Harmonies of #BD6D0E
Complementary color
Monochromatic Colors of #BD6D0E
Black with #BD6D0E
Text Example
Text Example
White with #BD6D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6D0E; }
p { color: rgb(189,109,14); }
H1.HeaderClassName
{
color: #BD6D0E;
}
.AnyTagClassName
{
color: #BD6D0E;
}
</style>
background-color css
<style>
a { background-color: #BD6D0E; }
a { background-color: rgb(189,109,14); }
div.DivClassName
{
background-color: #BD6D0E;
}
.BgClassName
{
background-color: #BD6D0E;
}
</style>
border-color css
<style>
span { border-color: #BD6D0E; }
span { border-color: rgb(189,109,14); }
td.TdClassName
{
border-color: #BD6D0E;
}
.TagClassName
{
border-color: #BD6D0E;
}
</style>