Shades of Ochre #BD6C0E
Tints of Ochre #BD6C0E
RGB
CMYK
RGB Variations
Color information
#BD6C0E (or 0xBD6C0E) is known color: Ochre. HEX triplet: BD, 6C and 0E. RGB value is (189,108,14). Sum of RGB (Red+Green+Blue) = 189+108+14=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6C0E is #4293F1. Grayscale: #797979. Windows color (decimal): -4363250 or 945341. OLE color: 945341.
HSL color Cylindrical-coordinate representation of color #BD6C0E: hue angle of 32.23º 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 #BD6C0E is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 108 | 14 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.26 |
| HSL | 32.23º | 0.86% | 0.4% | - |
| HSV(B) | 32.23º | 0.93% | 0.74% | - |
| XYZ | 26.43 | 21.58 | 3.19 | - |
| YUV | 121.5 | 67.34 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 14 | 0 | 0.43 | 0.93 | 0.26 | 32.23 | 0.86 | 0.4 |
| Hex | BD | 6C | E | 0 | 2B | 5D | 1A | 20 | 56 | 28 |
| Octal | 275 | 154 | 16 | 0 | 53 | 135 | 32 | 40 | 126 | 50 |
| Binary | 10111101 | 1101100 | 1110 | 0 | 101011 | 1011101 | 11010 | 100000 | 1010110 | 101000 |
Color Harmonies of #BD6C0E
Complementary color
Monochromatic Colors of #BD6C0E
Black with #BD6C0E
Text Example
Text Example
White with #BD6C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6C0E; }
p { color: rgb(189,108,14); }
H1.HeaderClassName
{
color: #BD6C0E;
}
.AnyTagClassName
{
color: #BD6C0E;
}
</style>
background-color css
<style>
a { background-color: #BD6C0E; }
a { background-color: rgb(189,108,14); }
div.DivClassName
{
background-color: #BD6C0E;
}
.BgClassName
{
background-color: #BD6C0E;
}
</style>
border-color css
<style>
span { border-color: #BD6C0E; }
span { border-color: rgb(189,108,14); }
td.TdClassName
{
border-color: #BD6C0E;
}
.TagClassName
{
border-color: #BD6C0E;
}
</style>