Shades of Ochre #BE711A
Tints of Ochre #BE711A
RGB
CMYK
RGB Variations
Color information
#BE711A (or 0xBE711A) is known color: Ochre. HEX triplet: BE, 71 and 1A. RGB value is (190,113,26). Sum of RGB (Red+Green+Blue) = 190+113+26=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE711A is #418EE5. Grayscale: #7E7E7E. Windows color (decimal): -4296422 or 1733054. OLE color: 1733054.
HSL color Cylindrical-coordinate representation of color #BE711A: hue angle of 31.83º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE711A is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 26 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.25 |
| HSL | 31.83º | 0.76% | 0.42% | - |
| HSV(B) | 31.83º | 0.86% | 0.75% | - |
| XYZ | 27.33 | 22.83 | 3.94 | - |
| YUV | 126.11 | 71.51 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 26 | 0 | 0.41 | 0.86 | 0.25 | 31.83 | 0.76 | 0.42 |
| Hex | BE | 71 | 1A | 0 | 29 | 56 | 19 | 20 | 4C | 2A |
| Octal | 276 | 161 | 32 | 0 | 51 | 126 | 31 | 40 | 114 | 52 |
| Binary | 10111110 | 1110001 | 11010 | 0 | 101001 | 1010110 | 11001 | 100000 | 1001100 | 101010 |
Color Harmonies of #BE711A
Complementary color
Monochromatic Colors of #BE711A
Black with #BE711A
Text Example
Text Example
White with #BE711A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE711A; }
p { color: rgb(190,113,26); }
H1.HeaderClassName
{
color: #BE711A;
}
.AnyTagClassName
{
color: #BE711A;
}
</style>
background-color css
<style>
a { background-color: #BE711A; }
a { background-color: rgb(190,113,26); }
div.DivClassName
{
background-color: #BE711A;
}
.BgClassName
{
background-color: #BE711A;
}
</style>
border-color css
<style>
span { border-color: #BE711A; }
span { border-color: rgb(190,113,26); }
td.TdClassName
{
border-color: #BE711A;
}
.TagClassName
{
border-color: #BE711A;
}
</style>