Shades of Tenne (Tawny) #BE5000
Tints of Tenne (Tawny) #BE5000
RGB
CMYK
RGB Variations
Color information
#BE5000 (or 0xBE5000) is known color: Tenne (Tawny). HEX triplet: BE, 50 and 00. RGB value is (190,80,0). Sum of RGB (Red+Green+Blue) = 190+80+0=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5000 is #41AFFF. Grayscale: #686868. Windows color (decimal): -4304896 or 20670. OLE color: 20670.
HSL color Cylindrical-coordinate representation of color #BE5000: hue angle of 25.26º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE5000 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 80 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.25 |
| HSL | 25.26º | 1% | 0.37% | - |
| HSV(B) | 25.26º | 1% | 0.75% | - |
| XYZ | 24.1 | 16.68 | 1.95 | - |
| YUV | 103.77 | 69.44 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 0 | 0 | 0.58 | 1 | 0.25 | 25.26 | 1 | 0.37 |
| Hex | BE | 50 | 0 | 0 | 3A | 64 | 19 | 19 | 64 | 25 |
| Octal | 276 | 120 | 0 | 0 | 72 | 144 | 31 | 31 | 144 | 45 |
| Binary | 10111110 | 1010000 | 0 | 0 | 111010 | 1100100 | 11001 | 11001 | 1100100 | 100101 |
Color Harmonies of #BE5000
Complementary color
Monochromatic Colors of #BE5000
Black with #BE5000
Text Example
Text Example
White with #BE5000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5000; }
p { color: rgb(190,80,0); }
H1.HeaderClassName
{
color: #BE5000;
}
.AnyTagClassName
{
color: #BE5000;
}
</style>
background-color css
<style>
a { background-color: #BE5000; }
a { background-color: rgb(190,80,0); }
div.DivClassName
{
background-color: #BE5000;
}
.BgClassName
{
background-color: #BE5000;
}
</style>
border-color css
<style>
span { border-color: #BE5000; }
span { border-color: rgb(190,80,0); }
td.TdClassName
{
border-color: #BE5000;
}
.TagClassName
{
border-color: #BE5000;
}
</style>