Shades of Ochre #BE7110
Tints of Ochre #BE7110
RGB
CMYK
RGB Variations
Color information
#BE7110 (or 0xBE7110) is known color: Ochre. HEX triplet: BE, 71 and 10. RGB value is (190,113,16). Sum of RGB (Red+Green+Blue) = 190+113+16=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7110 is #418EEF. Grayscale: #7D7D7D. Windows color (decimal): -4296432 or 1077694. OLE color: 1077694.
HSL color Cylindrical-coordinate representation of color #BE7110: hue angle of 33.45º 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 #BE7110 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 16 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.25 |
| HSL | 33.45º | 0.84% | 0.4% | - |
| HSV(B) | 33.45º | 0.92% | 0.75% | - |
| XYZ | 27.23 | 22.79 | 3.45 | - |
| YUV | 124.97 | 66.51 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 16 | 0 | 0.41 | 0.92 | 0.25 | 33.45 | 0.84 | 0.4 |
| Hex | BE | 71 | 10 | 0 | 29 | 5C | 19 | 21 | 54 | 28 |
| Octal | 276 | 161 | 20 | 0 | 51 | 134 | 31 | 41 | 124 | 50 |
| Binary | 10111110 | 1110001 | 10000 | 0 | 101001 | 1011100 | 11001 | 100001 | 1010100 | 101000 |
Color Harmonies of #BE7110
Complementary color
Monochromatic Colors of #BE7110
Black with #BE7110
Text Example
Text Example
White with #BE7110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7110; }
p { color: rgb(190,113,16); }
H1.HeaderClassName
{
color: #BE7110;
}
.AnyTagClassName
{
color: #BE7110;
}
</style>
background-color css
<style>
a { background-color: #BE7110; }
a { background-color: rgb(190,113,16); }
div.DivClassName
{
background-color: #BE7110;
}
.BgClassName
{
background-color: #BE7110;
}
</style>
border-color css
<style>
span { border-color: #BE7110; }
span { border-color: rgb(190,113,16); }
td.TdClassName
{
border-color: #BE7110;
}
.TagClassName
{
border-color: #BE7110;
}
</style>