Shades of Ochre #BE6C0E
Tints of Ochre #BE6C0E
RGB
CMYK
RGB Variations
Color information
#BE6C0E (or 0xBE6C0E) is known color: Ochre. HEX triplet: BE, 6C and 0E. RGB value is (190,108,14). Sum of RGB (Red+Green+Blue) = 190+108+14=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6C0E is #4193F1. Grayscale: #7A7A7A. Windows color (decimal): -4297714 or 945342. OLE color: 945342.
HSL color Cylindrical-coordinate representation of color #BE6C0E: hue angle of 32.05º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE6C0E is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 108 | 14 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.25 |
| HSL | 32.05º | 0.86% | 0.4% | - |
| HSV(B) | 32.05º | 0.93% | 0.75% | - |
| XYZ | 26.68 | 21.7 | 3.2 | - |
| YUV | 121.8 | 67.17 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 108 | 14 | 0 | 0.43 | 0.93 | 0.25 | 32.05 | 0.86 | 0.4 |
| Hex | BE | 6C | E | 0 | 2B | 5D | 19 | 20 | 56 | 28 |
| Octal | 276 | 154 | 16 | 0 | 53 | 135 | 31 | 40 | 126 | 50 |
| Binary | 10111110 | 1101100 | 1110 | 0 | 101011 | 1011101 | 11001 | 100000 | 1010110 | 101000 |
Color Harmonies of #BE6C0E
Complementary color
Monochromatic Colors of #BE6C0E
Black with #BE6C0E
Text Example
Text Example
White with #BE6C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6C0E; }
p { color: rgb(190,108,14); }
H1.HeaderClassName
{
color: #BE6C0E;
}
.AnyTagClassName
{
color: #BE6C0E;
}
</style>
background-color css
<style>
a { background-color: #BE6C0E; }
a { background-color: rgb(190,108,14); }
div.DivClassName
{
background-color: #BE6C0E;
}
.BgClassName
{
background-color: #BE6C0E;
}
</style>
border-color css
<style>
span { border-color: #BE6C0E; }
span { border-color: rgb(190,108,14); }
td.TdClassName
{
border-color: #BE6C0E;
}
.TagClassName
{
border-color: #BE6C0E;
}
</style>