Shades of Ochre #BD7017
Tints of Ochre #BD7017
RGB
CMYK
RGB Variations
Color information
#BD7017 (or 0xBD7017) is known color: Ochre. HEX triplet: BD, 70 and 17. RGB value is (189,112,23). Sum of RGB (Red+Green+Blue) = 189+112+23=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7017 is #428FE8. Grayscale: #7D7D7D. Windows color (decimal): -4362217 or 1536189. OLE color: 1536189.
HSL color Cylindrical-coordinate representation of color #BD7017: hue angle of 32.17º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD7017 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 23 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.26 |
| HSL | 32.17º | 0.78% | 0.42% | - |
| HSV(B) | 32.17º | 0.88% | 0.74% | - |
| XYZ | 26.94 | 22.47 | 3.73 | - |
| YUV | 124.88 | 70.51 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 23 | 0 | 0.41 | 0.88 | 0.26 | 32.17 | 0.78 | 0.42 |
| Hex | BD | 70 | 17 | 0 | 29 | 58 | 1A | 20 | 4E | 2A |
| Octal | 275 | 160 | 27 | 0 | 51 | 130 | 32 | 40 | 116 | 52 |
| Binary | 10111101 | 1110000 | 10111 | 0 | 101001 | 1011000 | 11010 | 100000 | 1001110 | 101010 |
Color Harmonies of #BD7017
Complementary color
Monochromatic Colors of #BD7017
Black with #BD7017
Text Example
Text Example
White with #BD7017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7017; }
p { color: rgb(189,112,23); }
H1.HeaderClassName
{
color: #BD7017;
}
.AnyTagClassName
{
color: #BD7017;
}
</style>
background-color css
<style>
a { background-color: #BD7017; }
a { background-color: rgb(189,112,23); }
div.DivClassName
{
background-color: #BD7017;
}
.BgClassName
{
background-color: #BD7017;
}
</style>
border-color css
<style>
span { border-color: #BD7017; }
span { border-color: rgb(189,112,23); }
td.TdClassName
{
border-color: #BD7017;
}
.TagClassName
{
border-color: #BD7017;
}
</style>