Shades of Ochre #BD700F
Tints of Ochre #BD700F
RGB
CMYK
RGB Variations
Color information
#BD700F (or 0xBD700F) is known color: Ochre. HEX triplet: BD, 70 and 0F. RGB value is (189,112,15). Sum of RGB (Red+Green+Blue) = 189+112+15=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD700F is #428FF0. Grayscale: #7C7C7C. Windows color (decimal): -4362225 or 1011901. OLE color: 1011901.
HSL color Cylindrical-coordinate representation of color #BD700F: hue angle of 33.45º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD700F is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 15 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.26 |
| HSL | 33.45º | 0.85% | 0.4% | - |
| HSV(B) | 33.45º | 0.92% | 0.74% | - |
| XYZ | 26.87 | 22.44 | 3.37 | - |
| YUV | 123.97 | 66.51 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 15 | 0 | 0.41 | 0.92 | 0.26 | 33.45 | 0.85 | 0.4 |
| Hex | BD | 70 | F | 0 | 29 | 5C | 1A | 21 | 55 | 28 |
| Octal | 275 | 160 | 17 | 0 | 51 | 134 | 32 | 41 | 125 | 50 |
| Binary | 10111101 | 1110000 | 1111 | 0 | 101001 | 1011100 | 11010 | 100001 | 1010101 | 101000 |
Color Harmonies of #BD700F
Complementary color
Monochromatic Colors of #BD700F
Black with #BD700F
Text Example
Text Example
White with #BD700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD700F; }
p { color: rgb(189,112,15); }
H1.HeaderClassName
{
color: #BD700F;
}
.AnyTagClassName
{
color: #BD700F;
}
</style>
background-color css
<style>
a { background-color: #BD700F; }
a { background-color: rgb(189,112,15); }
div.DivClassName
{
background-color: #BD700F;
}
.BgClassName
{
background-color: #BD700F;
}
</style>
border-color css
<style>
span { border-color: #BD700F; }
span { border-color: rgb(189,112,15); }
td.TdClassName
{
border-color: #BD700F;
}
.TagClassName
{
border-color: #BD700F;
}
</style>