Shades of Ochre #BE7014
Tints of Ochre #BE7014
RGB
CMYK
RGB Variations
Color information
#BE7014 (or 0xBE7014) is known color: Ochre. HEX triplet: BE, 70 and 14. RGB value is (190,112,20). Sum of RGB (Red+Green+Blue) = 190+112+20=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7014 is #418FEB. Grayscale: #7D7D7D. Windows color (decimal): -4296684 or 1339582. OLE color: 1339582.
HSL color Cylindrical-coordinate representation of color #BE7014: hue angle of 32.47º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE7014 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 20 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.25 |
| HSL | 32.47º | 0.81% | 0.41% | - |
| HSV(B) | 32.47º | 0.89% | 0.75% | - |
| XYZ | 27.16 | 22.59 | 3.59 | - |
| YUV | 124.83 | 68.84 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 20 | 0 | 0.41 | 0.89 | 0.25 | 32.47 | 0.81 | 0.41 |
| Hex | BE | 70 | 14 | 0 | 29 | 59 | 19 | 20 | 51 | 29 |
| Octal | 276 | 160 | 24 | 0 | 51 | 131 | 31 | 40 | 121 | 51 |
| Binary | 10111110 | 1110000 | 10100 | 0 | 101001 | 1011001 | 11001 | 100000 | 1010001 | 101001 |
Color Harmonies of #BE7014
Complementary color
Monochromatic Colors of #BE7014
Black with #BE7014
Text Example
Text Example
White with #BE7014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7014; }
p { color: rgb(190,112,20); }
H1.HeaderClassName
{
color: #BE7014;
}
.AnyTagClassName
{
color: #BE7014;
}
</style>
background-color css
<style>
a { background-color: #BE7014; }
a { background-color: rgb(190,112,20); }
div.DivClassName
{
background-color: #BE7014;
}
.BgClassName
{
background-color: #BE7014;
}
</style>
border-color css
<style>
span { border-color: #BE7014; }
span { border-color: rgb(190,112,20); }
td.TdClassName
{
border-color: #BE7014;
}
.TagClassName
{
border-color: #BE7014;
}
</style>