Shades of Ochre #BE7114
Tints of Ochre #BE7114
RGB
CMYK
RGB Variations
Color information
#BE7114 (or 0xBE7114) is known color: Ochre. HEX triplet: BE, 71 and 14. RGB value is (190,113,20). Sum of RGB (Red+Green+Blue) = 190+113+20=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7114 is #418EEB. Grayscale: #7D7D7D. Windows color (decimal): -4296428 or 1339838. OLE color: 1339838.
HSL color Cylindrical-coordinate representation of color #BE7114: hue angle of 32.82º 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 #BE7114 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 20 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.25 |
| HSL | 32.82º | 0.81% | 0.41% | - |
| HSV(B) | 32.82º | 0.89% | 0.75% | - |
| XYZ | 27.27 | 22.81 | 3.63 | - |
| YUV | 125.42 | 68.51 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 20 | 0 | 0.41 | 0.89 | 0.25 | 32.82 | 0.81 | 0.41 |
| Hex | BE | 71 | 14 | 0 | 29 | 59 | 19 | 21 | 51 | 29 |
| Octal | 276 | 161 | 24 | 0 | 51 | 131 | 31 | 41 | 121 | 51 |
| Binary | 10111110 | 1110001 | 10100 | 0 | 101001 | 1011001 | 11001 | 100001 | 1010001 | 101001 |
Color Harmonies of #BE7114
Complementary color
Monochromatic Colors of #BE7114
Black with #BE7114
Text Example
Text Example
White with #BE7114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7114; }
p { color: rgb(190,113,20); }
H1.HeaderClassName
{
color: #BE7114;
}
.AnyTagClassName
{
color: #BE7114;
}
</style>
background-color css
<style>
a { background-color: #BE7114; }
a { background-color: rgb(190,113,20); }
div.DivClassName
{
background-color: #BE7114;
}
.BgClassName
{
background-color: #BE7114;
}
</style>
border-color css
<style>
span { border-color: #BE7114; }
span { border-color: rgb(190,113,20); }
td.TdClassName
{
border-color: #BE7114;
}
.TagClassName
{
border-color: #BE7114;
}
</style>