Shades of Ochre #BE6D14
Tints of Ochre #BE6D14
RGB
CMYK
RGB Variations
Color information
#BE6D14 (or 0xBE6D14) is known color: Ochre. HEX triplet: BE, 6D and 14. RGB value is (190,109,20). Sum of RGB (Red+Green+Blue) = 190+109+20=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6D14 is #4192EB. Grayscale: #7B7B7B. Windows color (decimal): -4297452 or 1338814. OLE color: 1338814.
HSL color Cylindrical-coordinate representation of color #BE6D14: hue angle of 31.41º 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 #BE6D14 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 109 | 20 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.25 |
| HSL | 31.41º | 0.81% | 0.41% | - |
| HSV(B) | 31.41º | 0.89% | 0.75% | - |
| XYZ | 26.83 | 21.93 | 3.48 | - |
| YUV | 123.07 | 69.84 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 109 | 20 | 0 | 0.43 | 0.89 | 0.25 | 31.41 | 0.81 | 0.41 |
| Hex | BE | 6D | 14 | 0 | 2B | 59 | 19 | 1F | 51 | 29 |
| Octal | 276 | 155 | 24 | 0 | 53 | 131 | 31 | 37 | 121 | 51 |
| Binary | 10111110 | 1101101 | 10100 | 0 | 101011 | 1011001 | 11001 | 11111 | 1010001 | 101001 |
Color Harmonies of #BE6D14
Complementary color
Monochromatic Colors of #BE6D14
Black with #BE6D14
Text Example
Text Example
White with #BE6D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6D14; }
p { color: rgb(190,109,20); }
H1.HeaderClassName
{
color: #BE6D14;
}
.AnyTagClassName
{
color: #BE6D14;
}
</style>
background-color css
<style>
a { background-color: #BE6D14; }
a { background-color: rgb(190,109,20); }
div.DivClassName
{
background-color: #BE6D14;
}
.BgClassName
{
background-color: #BE6D14;
}
</style>
border-color css
<style>
span { border-color: #BE6D14; }
span { border-color: rgb(190,109,20); }
td.TdClassName
{
border-color: #BE6D14;
}
.TagClassName
{
border-color: #BE6D14;
}
</style>