Shades of Ochre #BD6F14
Tints of Ochre #BD6F14
RGB
CMYK
RGB Variations
Color information
#BD6F14 (or 0xBD6F14) is known color: Ochre. HEX triplet: BD, 6F and 14. RGB value is (189,111,20). Sum of RGB (Red+Green+Blue) = 189+111+20=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6F14 is #4290EB. Grayscale: #7C7C7C. Windows color (decimal): -4362476 or 1339325. OLE color: 1339325.
HSL color Cylindrical-coordinate representation of color #BD6F14: hue angle of 32.31º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD6F14 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 111 | 20 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.26 |
| HSL | 32.31º | 0.81% | 0.41% | - |
| HSV(B) | 32.31º | 0.89% | 0.74% | - |
| XYZ | 26.8 | 22.24 | 3.54 | - |
| YUV | 123.95 | 69.34 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 20 | 0 | 0.41 | 0.89 | 0.26 | 32.31 | 0.81 | 0.41 |
| Hex | BD | 6F | 14 | 0 | 29 | 59 | 1A | 20 | 51 | 29 |
| Octal | 275 | 157 | 24 | 0 | 51 | 131 | 32 | 40 | 121 | 51 |
| Binary | 10111101 | 1101111 | 10100 | 0 | 101001 | 1011001 | 11010 | 100000 | 1010001 | 101001 |
Color Harmonies of #BD6F14
Complementary color
Monochromatic Colors of #BD6F14
Black with #BD6F14
Text Example
Text Example
White with #BD6F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6F14; }
p { color: rgb(189,111,20); }
H1.HeaderClassName
{
color: #BD6F14;
}
.AnyTagClassName
{
color: #BD6F14;
}
</style>
background-color css
<style>
a { background-color: #BD6F14; }
a { background-color: rgb(189,111,20); }
div.DivClassName
{
background-color: #BD6F14;
}
.BgClassName
{
background-color: #BD6F14;
}
</style>
border-color css
<style>
span { border-color: #BD6F14; }
span { border-color: rgb(189,111,20); }
td.TdClassName
{
border-color: #BD6F14;
}
.TagClassName
{
border-color: #BD6F14;
}
</style>