Shades of Ochre #BE7117
Tints of Ochre #BE7117
RGB
CMYK
RGB Variations
Color information
#BE7117 (or 0xBE7117) is known color: Ochre. HEX triplet: BE, 71 and 17. RGB value is (190,113,23). Sum of RGB (Red+Green+Blue) = 190+113+23=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7117 is #418EE8. Grayscale: #7E7E7E. Windows color (decimal): -4296425 or 1536446. OLE color: 1536446.
HSL color Cylindrical-coordinate representation of color #BE7117: hue angle of 32.34º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE7117 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 23 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.25 |
| HSL | 32.34º | 0.78% | 0.42% | - |
| HSV(B) | 32.34º | 0.88% | 0.75% | - |
| XYZ | 27.29 | 22.82 | 3.78 | - |
| YUV | 125.76 | 70.01 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 23 | 0 | 0.41 | 0.88 | 0.25 | 32.34 | 0.78 | 0.42 |
| Hex | BE | 71 | 17 | 0 | 29 | 58 | 19 | 20 | 4E | 2A |
| Octal | 276 | 161 | 27 | 0 | 51 | 130 | 31 | 40 | 116 | 52 |
| Binary | 10111110 | 1110001 | 10111 | 0 | 101001 | 1011000 | 11001 | 100000 | 1001110 | 101010 |
Color Harmonies of #BE7117
Complementary color
Monochromatic Colors of #BE7117
Black with #BE7117
Text Example
Text Example
White with #BE7117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7117; }
p { color: rgb(190,113,23); }
H1.HeaderClassName
{
color: #BE7117;
}
.AnyTagClassName
{
color: #BE7117;
}
</style>
background-color css
<style>
a { background-color: #BE7117; }
a { background-color: rgb(190,113,23); }
div.DivClassName
{
background-color: #BE7117;
}
.BgClassName
{
background-color: #BE7117;
}
</style>
border-color css
<style>
span { border-color: #BE7117; }
span { border-color: rgb(190,113,23); }
td.TdClassName
{
border-color: #BE7117;
}
.TagClassName
{
border-color: #BE7117;
}
</style>