Shades of Ochre #BD7015
Tints of Ochre #BD7015
RGB
CMYK
RGB Variations
Color information
#BD7015 (or 0xBD7015) is known color: Ochre. HEX triplet: BD, 70 and 15. RGB value is (189,112,21). Sum of RGB (Red+Green+Blue) = 189+112+21=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7015 is #428FEA. Grayscale: #7D7D7D. Windows color (decimal): -4362219 or 1405117. OLE color: 1405117.
HSL color Cylindrical-coordinate representation of color #BD7015: hue angle of 32.5º degrees, saturation: 0.8, 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 #BD7015 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 21 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.26 |
| HSL | 32.5º | 0.8% | 0.41% | - |
| HSV(B) | 32.5º | 0.89% | 0.74% | - |
| XYZ | 26.92 | 22.46 | 3.63 | - |
| YUV | 124.65 | 69.51 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 21 | 0 | 0.41 | 0.89 | 0.26 | 32.5 | 0.8 | 0.41 |
| Hex | BD | 70 | 15 | 0 | 29 | 59 | 1A | 20 | 50 | 29 |
| Octal | 275 | 160 | 25 | 0 | 51 | 131 | 32 | 40 | 120 | 51 |
| Binary | 10111101 | 1110000 | 10101 | 0 | 101001 | 1011001 | 11010 | 100000 | 1010000 | 101001 |
Color Harmonies of #BD7015
Complementary color
Monochromatic Colors of #BD7015
Black with #BD7015
Text Example
Text Example
White with #BD7015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7015; }
p { color: rgb(189,112,21); }
H1.HeaderClassName
{
color: #BD7015;
}
.AnyTagClassName
{
color: #BD7015;
}
</style>
background-color css
<style>
a { background-color: #BD7015; }
a { background-color: rgb(189,112,21); }
div.DivClassName
{
background-color: #BD7015;
}
.BgClassName
{
background-color: #BD7015;
}
</style>
border-color css
<style>
span { border-color: #BD7015; }
span { border-color: rgb(189,112,21); }
td.TdClassName
{
border-color: #BD7015;
}
.TagClassName
{
border-color: #BD7015;
}
</style>