Shades of Ochre #BE6F17
Tints of Ochre #BE6F17
RGB
CMYK
RGB Variations
Color information
#BE6F17 (or 0xBE6F17) is known color: Ochre. HEX triplet: BE, 6F and 17. RGB value is (190,111,23). Sum of RGB (Red+Green+Blue) = 190+111+23=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6F17 is #4190E8. Grayscale: #7D7D7D. Windows color (decimal): -4296937 or 1535934. OLE color: 1535934.
HSL color Cylindrical-coordinate representation of color #BE6F17: hue angle of 31.62º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE6F17 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 111 | 23 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.25 |
| HSL | 31.62º | 0.78% | 0.42% | - |
| HSV(B) | 31.62º | 0.88% | 0.75% | - |
| XYZ | 27.07 | 22.38 | 3.7 | - |
| YUV | 124.59 | 70.67 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 23 | 0 | 0.42 | 0.88 | 0.25 | 31.62 | 0.78 | 0.42 |
| Hex | BE | 6F | 17 | 0 | 2A | 58 | 19 | 20 | 4E | 2A |
| Octal | 276 | 157 | 27 | 0 | 52 | 130 | 31 | 40 | 116 | 52 |
| Binary | 10111110 | 1101111 | 10111 | 0 | 101010 | 1011000 | 11001 | 100000 | 1001110 | 101010 |
Color Harmonies of #BE6F17
Complementary color
Monochromatic Colors of #BE6F17
Black with #BE6F17
Text Example
Text Example
White with #BE6F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6F17; }
p { color: rgb(190,111,23); }
H1.HeaderClassName
{
color: #BE6F17;
}
.AnyTagClassName
{
color: #BE6F17;
}
</style>
background-color css
<style>
a { background-color: #BE6F17; }
a { background-color: rgb(190,111,23); }
div.DivClassName
{
background-color: #BE6F17;
}
.BgClassName
{
background-color: #BE6F17;
}
</style>
border-color css
<style>
span { border-color: #BE6F17; }
span { border-color: rgb(190,111,23); }
td.TdClassName
{
border-color: #BE6F17;
}
.TagClassName
{
border-color: #BE6F17;
}
</style>