Shades of Ochre #BE7319
Tints of Ochre #BE7319
RGB
CMYK
RGB Variations
Color information
#BE7319 (or 0xBE7319) is known color: Ochre. HEX triplet: BE, 73 and 19. RGB value is (190,115,25). Sum of RGB (Red+Green+Blue) = 190+115+25=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7319 is #418CE6. Grayscale: #7F7F7F. Windows color (decimal): -4295911 or 1668030. OLE color: 1668030.
HSL color Cylindrical-coordinate representation of color #BE7319: hue angle of 32.73º degrees, saturation: 0.77, 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 #BE7319 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 115 | 25 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.25 |
| HSL | 32.73º | 0.77% | 0.42% | - |
| HSV(B) | 32.73º | 0.87% | 0.75% | - |
| XYZ | 27.54 | 23.28 | 3.96 | - |
| YUV | 127.17 | 70.35 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 25 | 0 | 0.39 | 0.87 | 0.25 | 32.73 | 0.77 | 0.42 |
| Hex | BE | 73 | 19 | 0 | 27 | 57 | 19 | 21 | 4D | 2A |
| Octal | 276 | 163 | 31 | 0 | 47 | 127 | 31 | 41 | 115 | 52 |
| Binary | 10111110 | 1110011 | 11001 | 0 | 100111 | 1010111 | 11001 | 100001 | 1001101 | 101010 |
Color Harmonies of #BE7319
Complementary color
Monochromatic Colors of #BE7319
Black with #BE7319
Text Example
Text Example
White with #BE7319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7319; }
p { color: rgb(190,115,25); }
H1.HeaderClassName
{
color: #BE7319;
}
.AnyTagClassName
{
color: #BE7319;
}
</style>
background-color css
<style>
a { background-color: #BE7319; }
a { background-color: rgb(190,115,25); }
div.DivClassName
{
background-color: #BE7319;
}
.BgClassName
{
background-color: #BE7319;
}
</style>
border-color css
<style>
span { border-color: #BE7319; }
span { border-color: rgb(190,115,25); }
td.TdClassName
{
border-color: #BE7319;
}
.TagClassName
{
border-color: #BE7319;
}
</style>