Shades of Ochre #BE7118
Tints of Ochre #BE7118
RGB
CMYK
RGB Variations
Color information
#BE7118 (or 0xBE7118) is known color: Ochre. HEX triplet: BE, 71 and 18. RGB value is (190,113,24). Sum of RGB (Red+Green+Blue) = 190+113+24=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7118 is #418EE7. Grayscale: #7E7E7E. Windows color (decimal): -4296424 or 1601982. OLE color: 1601982.
HSL color Cylindrical-coordinate representation of color #BE7118: hue angle of 32.17º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE7118 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 24 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.25 |
| HSL | 32.17º | 0.78% | 0.42% | - |
| HSV(B) | 32.17º | 0.87% | 0.75% | - |
| XYZ | 27.31 | 22.82 | 3.83 | - |
| YUV | 125.88 | 70.51 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 24 | 0 | 0.41 | 0.87 | 0.25 | 32.17 | 0.78 | 0.42 |
| Hex | BE | 71 | 18 | 0 | 29 | 57 | 19 | 20 | 4E | 2A |
| Octal | 276 | 161 | 30 | 0 | 51 | 127 | 31 | 40 | 116 | 52 |
| Binary | 10111110 | 1110001 | 11000 | 0 | 101001 | 1010111 | 11001 | 100000 | 1001110 | 101010 |
Color Harmonies of #BE7118
Complementary color
Monochromatic Colors of #BE7118
Black with #BE7118
Text Example
Text Example
White with #BE7118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7118; }
p { color: rgb(190,113,24); }
H1.HeaderClassName
{
color: #BE7118;
}
.AnyTagClassName
{
color: #BE7118;
}
</style>
background-color css
<style>
a { background-color: #BE7118; }
a { background-color: rgb(190,113,24); }
div.DivClassName
{
background-color: #BE7118;
}
.BgClassName
{
background-color: #BE7118;
}
</style>
border-color css
<style>
span { border-color: #BE7118; }
span { border-color: rgb(190,113,24); }
td.TdClassName
{
border-color: #BE7118;
}
.TagClassName
{
border-color: #BE7118;
}
</style>