Shades of Ochre #BE6F11
Tints of Ochre #BE6F11
RGB
CMYK
RGB Variations
Color information
#BE6F11 (or 0xBE6F11) is known color: Ochre. HEX triplet: BE, 6F and 11. RGB value is (190,111,17). Sum of RGB (Red+Green+Blue) = 190+111+17=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6F11 is #4190EE. Grayscale: #7C7C7C. Windows color (decimal): -4296943 or 1142718. OLE color: 1142718.
HSL color Cylindrical-coordinate representation of color #BE6F11: hue angle of 32.6º degrees, saturation: 0.84, 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 #BE6F11 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 111 | 17 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.25 |
| HSL | 32.6º | 0.84% | 0.41% | - |
| HSV(B) | 32.6º | 0.91% | 0.75% | - |
| XYZ | 27.02 | 22.36 | 3.42 | - |
| YUV | 123.91 | 67.67 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 17 | 0 | 0.42 | 0.91 | 0.25 | 32.6 | 0.84 | 0.41 |
| Hex | BE | 6F | 11 | 0 | 2A | 5B | 19 | 21 | 54 | 29 |
| Octal | 276 | 157 | 21 | 0 | 52 | 133 | 31 | 41 | 124 | 51 |
| Binary | 10111110 | 1101111 | 10001 | 0 | 101010 | 1011011 | 11001 | 100001 | 1010100 | 101001 |
Color Harmonies of #BE6F11
Complementary color
Monochromatic Colors of #BE6F11
Black with #BE6F11
Text Example
Text Example
White with #BE6F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6F11; }
p { color: rgb(190,111,17); }
H1.HeaderClassName
{
color: #BE6F11;
}
.AnyTagClassName
{
color: #BE6F11;
}
</style>
background-color css
<style>
a { background-color: #BE6F11; }
a { background-color: rgb(190,111,17); }
div.DivClassName
{
background-color: #BE6F11;
}
.BgClassName
{
background-color: #BE6F11;
}
</style>
border-color css
<style>
span { border-color: #BE6F11; }
span { border-color: rgb(190,111,17); }
td.TdClassName
{
border-color: #BE6F11;
}
.TagClassName
{
border-color: #BE6F11;
}
</style>