Shades of Ochre #BE711B
Tints of Ochre #BE711B
RGB
CMYK
RGB Variations
Color information
#BE711B (or 0xBE711B) is known color: Ochre. HEX triplet: BE, 71 and 1B. RGB value is (190,113,27). Sum of RGB (Red+Green+Blue) = 190+113+27=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE711B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE711B is #418EE4. Grayscale: #7E7E7E. Windows color (decimal): -4296421 or 1798590. OLE color: 1798590.
HSL color Cylindrical-coordinate representation of color #BE711B: hue angle of 31.66º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE711B is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 27 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.25 |
| HSL | 31.66º | 0.75% | 0.43% | - |
| HSV(B) | 31.66º | 0.86% | 0.75% | - |
| XYZ | 27.34 | 22.84 | 4 | - |
| YUV | 126.22 | 72.01 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 27 | 0 | 0.41 | 0.86 | 0.25 | 31.66 | 0.75 | 0.43 |
| Hex | BE | 71 | 1B | 0 | 29 | 56 | 19 | 20 | 4B | 2B |
| Octal | 276 | 161 | 33 | 0 | 51 | 126 | 31 | 40 | 113 | 53 |
| Binary | 10111110 | 1110001 | 11011 | 0 | 101001 | 1010110 | 11001 | 100000 | 1001011 | 101011 |
Color Harmonies of #BE711B
Complementary color
Monochromatic Colors of #BE711B
Black with #BE711B
Text Example
Text Example
White with #BE711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE711B; }
p { color: rgb(190,113,27); }
H1.HeaderClassName
{
color: #BE711B;
}
.AnyTagClassName
{
color: #BE711B;
}
</style>
background-color css
<style>
a { background-color: #BE711B; }
a { background-color: rgb(190,113,27); }
div.DivClassName
{
background-color: #BE711B;
}
.BgClassName
{
background-color: #BE711B;
}
</style>
border-color css
<style>
span { border-color: #BE711B; }
span { border-color: rgb(190,113,27); }
td.TdClassName
{
border-color: #BE711B;
}
.TagClassName
{
border-color: #BE711B;
}
</style>