Shades of Ochre #BE7412
Tints of Ochre #BE7412
RGB
CMYK
RGB Variations
Color information
#BE7412 (or 0xBE7412) is known color: Ochre. HEX triplet: BE, 74 and 12. RGB value is (190,116,18). Sum of RGB (Red+Green+Blue) = 190+116+18=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7412 is #418BED. Grayscale: #7F7F7F. Windows color (decimal): -4295662 or 1209534. OLE color: 1209534.
HSL color Cylindrical-coordinate representation of color #BE7412: hue angle of 34.19º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE7412 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 116 | 18 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.25 |
| HSL | 34.19º | 0.83% | 0.41% | - |
| HSV(B) | 34.19º | 0.91% | 0.75% | - |
| XYZ | 27.59 | 23.48 | 3.65 | - |
| YUV | 126.95 | 66.52 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 116 | 18 | 0 | 0.39 | 0.91 | 0.25 | 34.19 | 0.83 | 0.41 |
| Hex | BE | 74 | 12 | 0 | 27 | 5B | 19 | 22 | 53 | 29 |
| Octal | 276 | 164 | 22 | 0 | 47 | 133 | 31 | 42 | 123 | 51 |
| Binary | 10111110 | 1110100 | 10010 | 0 | 100111 | 1011011 | 11001 | 100010 | 1010011 | 101001 |
Color Harmonies of #BE7412
Complementary color
Monochromatic Colors of #BE7412
Black with #BE7412
Text Example
Text Example
White with #BE7412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7412; }
p { color: rgb(190,116,18); }
H1.HeaderClassName
{
color: #BE7412;
}
.AnyTagClassName
{
color: #BE7412;
}
</style>
background-color css
<style>
a { background-color: #BE7412; }
a { background-color: rgb(190,116,18); }
div.DivClassName
{
background-color: #BE7412;
}
.BgClassName
{
background-color: #BE7412;
}
</style>
border-color css
<style>
span { border-color: #BE7412; }
span { border-color: rgb(190,116,18); }
td.TdClassName
{
border-color: #BE7412;
}
.TagClassName
{
border-color: #BE7412;
}
</style>