Shades of Ochre #BD7016
Tints of Ochre #BD7016
RGB
CMYK
RGB Variations
Color information
#BD7016 (or 0xBD7016) is known color: Ochre. HEX triplet: BD, 70 and 16. RGB value is (189,112,22). Sum of RGB (Red+Green+Blue) = 189+112+22=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7016 is #428FE9. Grayscale: #7D7D7D. Windows color (decimal): -4362218 or 1470653. OLE color: 1470653.
HSL color Cylindrical-coordinate representation of color #BD7016: hue angle of 32.34º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD7016 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 22 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.26 |
| HSL | 32.34º | 0.79% | 0.41% | - |
| HSV(B) | 32.34º | 0.88% | 0.74% | - |
| XYZ | 26.93 | 22.47 | 3.68 | - |
| YUV | 124.76 | 70.01 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 22 | 0 | 0.41 | 0.88 | 0.26 | 32.34 | 0.79 | 0.41 |
| Hex | BD | 70 | 16 | 0 | 29 | 58 | 1A | 20 | 4F | 29 |
| Octal | 275 | 160 | 26 | 0 | 51 | 130 | 32 | 40 | 117 | 51 |
| Binary | 10111101 | 1110000 | 10110 | 0 | 101001 | 1011000 | 11010 | 100000 | 1001111 | 101001 |
Color Harmonies of #BD7016
Complementary color
Monochromatic Colors of #BD7016
Black with #BD7016
Text Example
Text Example
White with #BD7016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7016; }
p { color: rgb(189,112,22); }
H1.HeaderClassName
{
color: #BD7016;
}
.AnyTagClassName
{
color: #BD7016;
}
</style>
background-color css
<style>
a { background-color: #BD7016; }
a { background-color: rgb(189,112,22); }
div.DivClassName
{
background-color: #BD7016;
}
.BgClassName
{
background-color: #BD7016;
}
</style>
border-color css
<style>
span { border-color: #BD7016; }
span { border-color: rgb(189,112,22); }
td.TdClassName
{
border-color: #BD7016;
}
.TagClassName
{
border-color: #BD7016;
}
</style>