Shades of Ochre #BE6C10
Tints of Ochre #BE6C10
RGB
CMYK
RGB Variations
Color information
#BE6C10 (or 0xBE6C10) is known color: Ochre. HEX triplet: BE, 6C and 10. RGB value is (190,108,16). Sum of RGB (Red+Green+Blue) = 190+108+16=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6C10 is #4193EF. Grayscale: #7A7A7A. Windows color (decimal): -4297712 or 1076414. OLE color: 1076414.
HSL color Cylindrical-coordinate representation of color #BE6C10: hue angle of 31.72º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE6C10 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 108 | 16 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.25 |
| HSL | 31.72º | 0.84% | 0.4% | - |
| HSV(B) | 31.72º | 0.92% | 0.75% | - |
| XYZ | 26.69 | 21.71 | 3.27 | - |
| YUV | 122.03 | 68.17 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 108 | 16 | 0 | 0.43 | 0.92 | 0.25 | 31.72 | 0.84 | 0.4 |
| Hex | BE | 6C | 10 | 0 | 2B | 5C | 19 | 20 | 54 | 28 |
| Octal | 276 | 154 | 20 | 0 | 53 | 134 | 31 | 40 | 124 | 50 |
| Binary | 10111110 | 1101100 | 10000 | 0 | 101011 | 1011100 | 11001 | 100000 | 1010100 | 101000 |
Color Harmonies of #BE6C10
Complementary color
Monochromatic Colors of #BE6C10
Black with #BE6C10
Text Example
Text Example
White with #BE6C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6C10; }
p { color: rgb(190,108,16); }
H1.HeaderClassName
{
color: #BE6C10;
}
.AnyTagClassName
{
color: #BE6C10;
}
</style>
background-color css
<style>
a { background-color: #BE6C10; }
a { background-color: rgb(190,108,16); }
div.DivClassName
{
background-color: #BE6C10;
}
.BgClassName
{
background-color: #BE6C10;
}
</style>
border-color css
<style>
span { border-color: #BE6C10; }
span { border-color: rgb(190,108,16); }
td.TdClassName
{
border-color: #BE6C10;
}
.TagClassName
{
border-color: #BE6C10;
}
</style>