Shades of Ochre #BE7010
Tints of Ochre #BE7010
RGB
CMYK
RGB Variations
Color information
#BE7010 (or 0xBE7010) is known color: Ochre. HEX triplet: BE, 70 and 10. RGB value is (190,112,16). Sum of RGB (Red+Green+Blue) = 190+112+16=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7010 is #418FEF. Grayscale: #7C7C7C. Windows color (decimal): -4296688 or 1077438. OLE color: 1077438.
HSL color Cylindrical-coordinate representation of color #BE7010: hue angle of 33.1º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE7010 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 16 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.25 |
| HSL | 33.1º | 0.84% | 0.4% | - |
| HSV(B) | 33.1º | 0.92% | 0.75% | - |
| XYZ | 27.12 | 22.57 | 3.42 | - |
| YUV | 124.38 | 66.84 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 16 | 0 | 0.41 | 0.92 | 0.25 | 33.1 | 0.84 | 0.4 |
| Hex | BE | 70 | 10 | 0 | 29 | 5C | 19 | 21 | 54 | 28 |
| Octal | 276 | 160 | 20 | 0 | 51 | 134 | 31 | 41 | 124 | 50 |
| Binary | 10111110 | 1110000 | 10000 | 0 | 101001 | 1011100 | 11001 | 100001 | 1010100 | 101000 |
Color Harmonies of #BE7010
Complementary color
Monochromatic Colors of #BE7010
Black with #BE7010
Text Example
Text Example
White with #BE7010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7010; }
p { color: rgb(190,112,16); }
H1.HeaderClassName
{
color: #BE7010;
}
.AnyTagClassName
{
color: #BE7010;
}
</style>
background-color css
<style>
a { background-color: #BE7010; }
a { background-color: rgb(190,112,16); }
div.DivClassName
{
background-color: #BE7010;
}
.BgClassName
{
background-color: #BE7010;
}
</style>
border-color css
<style>
span { border-color: #BE7010; }
span { border-color: rgb(190,112,16); }
td.TdClassName
{
border-color: #BE7010;
}
.TagClassName
{
border-color: #BE7010;
}
</style>