Shades of Ochre #BE7514
Tints of Ochre #BE7514
RGB
CMYK
RGB Variations
Color information
#BE7514 (or 0xBE7514) is known color: Ochre. HEX triplet: BE, 75 and 14. RGB value is (190,117,20). Sum of RGB (Red+Green+Blue) = 190+117+20=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7514 is #418AEB. Grayscale: #808080. Windows color (decimal): -4295404 or 1340862. OLE color: 1340862.
HSL color Cylindrical-coordinate representation of color #BE7514: hue angle of 34.24º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE7514 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 117 | 20 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.25 |
| HSL | 34.24º | 0.81% | 0.41% | - |
| HSV(B) | 34.24º | 0.89% | 0.75% | - |
| XYZ | 27.72 | 23.72 | 3.78 | - |
| YUV | 127.77 | 67.18 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 20 | 0 | 0.38 | 0.89 | 0.25 | 34.24 | 0.81 | 0.41 |
| Hex | BE | 75 | 14 | 0 | 26 | 59 | 19 | 22 | 51 | 29 |
| Octal | 276 | 165 | 24 | 0 | 46 | 131 | 31 | 42 | 121 | 51 |
| Binary | 10111110 | 1110101 | 10100 | 0 | 100110 | 1011001 | 11001 | 100010 | 1010001 | 101001 |
Color Harmonies of #BE7514
Complementary color
Monochromatic Colors of #BE7514
Black with #BE7514
Text Example
Text Example
White with #BE7514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7514; }
p { color: rgb(190,117,20); }
H1.HeaderClassName
{
color: #BE7514;
}
.AnyTagClassName
{
color: #BE7514;
}
</style>
background-color css
<style>
a { background-color: #BE7514; }
a { background-color: rgb(190,117,20); }
div.DivClassName
{
background-color: #BE7514;
}
.BgClassName
{
background-color: #BE7514;
}
</style>
border-color css
<style>
span { border-color: #BE7514; }
span { border-color: rgb(190,117,20); }
td.TdClassName
{
border-color: #BE7514;
}
.TagClassName
{
border-color: #BE7514;
}
</style>