Shades of Ochre #BD7316
Tints of Ochre #BD7316
RGB
CMYK
RGB Variations
Color information
#BD7316 (or 0xBD7316) is known color: Ochre. HEX triplet: BD, 73 and 16. RGB value is (189,115,22). Sum of RGB (Red+Green+Blue) = 189+115+22=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7316 is #428CE9. Grayscale: #7E7E7E. Windows color (decimal): -4361450 or 1471421. OLE color: 1471421.
HSL color Cylindrical-coordinate representation of color #BD7316: hue angle of 33.41º 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 #BD7316 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 22 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.26 |
| HSL | 33.41º | 0.79% | 0.41% | - |
| HSV(B) | 33.41º | 0.88% | 0.74% | - |
| XYZ | 27.26 | 23.14 | 3.79 | - |
| YUV | 126.52 | 69.02 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 22 | 0 | 0.39 | 0.88 | 0.26 | 33.41 | 0.79 | 0.41 |
| Hex | BD | 73 | 16 | 0 | 27 | 58 | 1A | 21 | 4F | 29 |
| Octal | 275 | 163 | 26 | 0 | 47 | 130 | 32 | 41 | 117 | 51 |
| Binary | 10111101 | 1110011 | 10110 | 0 | 100111 | 1011000 | 11010 | 100001 | 1001111 | 101001 |
Color Harmonies of #BD7316
Complementary color
Monochromatic Colors of #BD7316
Black with #BD7316
Text Example
Text Example
White with #BD7316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7316; }
p { color: rgb(189,115,22); }
H1.HeaderClassName
{
color: #BD7316;
}
.AnyTagClassName
{
color: #BD7316;
}
</style>
background-color css
<style>
a { background-color: #BD7316; }
a { background-color: rgb(189,115,22); }
div.DivClassName
{
background-color: #BD7316;
}
.BgClassName
{
background-color: #BD7316;
}
</style>
border-color css
<style>
span { border-color: #BD7316; }
span { border-color: rgb(189,115,22); }
td.TdClassName
{
border-color: #BD7316;
}
.TagClassName
{
border-color: #BD7316;
}
</style>