Shades of Tenne (Tawny) #BE5E10
Tints of Tenne (Tawny) #BE5E10
RGB
CMYK
RGB Variations
Color information
#BE5E10 (or 0xBE5E10) is known color: Tenne (Tawny). HEX triplet: BE, 5E and 10. RGB value is (190,94,16). Sum of RGB (Red+Green+Blue) = 190+94+16=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5E10 is #41A1EF. Grayscale: #727272. Windows color (decimal): -4301296 or 1072830. OLE color: 1072830.
HSL color Cylindrical-coordinate representation of color #BE5E10: hue angle of 26.9º 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 #BE5E10 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 94 | 16 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.25 |
| HSL | 26.9º | 0.84% | 0.4% | - |
| HSV(B) | 26.9º | 0.92% | 0.75% | - |
| XYZ | 25.33 | 18.99 | 2.82 | - |
| YUV | 113.81 | 72.8 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 16 | 0 | 0.51 | 0.92 | 0.25 | 26.9 | 0.84 | 0.4 |
| Hex | BE | 5E | 10 | 0 | 33 | 5C | 19 | 1B | 54 | 28 |
| Octal | 276 | 136 | 20 | 0 | 63 | 134 | 31 | 33 | 124 | 50 |
| Binary | 10111110 | 1011110 | 10000 | 0 | 110011 | 1011100 | 11001 | 11011 | 1010100 | 101000 |
Color Harmonies of #BE5E10
Complementary color
Monochromatic Colors of #BE5E10
Black with #BE5E10
Text Example
Text Example
White with #BE5E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5E10; }
p { color: rgb(190,94,16); }
H1.HeaderClassName
{
color: #BE5E10;
}
.AnyTagClassName
{
color: #BE5E10;
}
</style>
background-color css
<style>
a { background-color: #BE5E10; }
a { background-color: rgb(190,94,16); }
div.DivClassName
{
background-color: #BE5E10;
}
.BgClassName
{
background-color: #BE5E10;
}
</style>
border-color css
<style>
span { border-color: #BE5E10; }
span { border-color: rgb(190,94,16); }
td.TdClassName
{
border-color: #BE5E10;
}
.TagClassName
{
border-color: #BE5E10;
}
</style>