Shades of Tenne (Tawny) #BE5A00
Tints of Tenne (Tawny) #BE5A00
RGB
CMYK
RGB Variations
Color information
#BE5A00 (or 0xBE5A00) is known color: Tenne (Tawny). HEX triplet: BE, 5A and 00. RGB value is (190,90,0). Sum of RGB (Red+Green+Blue) = 190+90+0=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5A00 is #41A5FF. Grayscale: #6E6E6E. Windows color (decimal): -4302336 or 23230. OLE color: 23230.
HSL color Cylindrical-coordinate representation of color #BE5A00: hue angle of 28.42º 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 #BE5A00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.25 |
| HSL | 28.42º | 1% | 0.37% | - |
| HSV(B) | 28.42º | 1% | 0.75% | - |
| XYZ | 24.89 | 18.26 | 2.21 | - |
| YUV | 109.64 | 66.13 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 0 | 0 | 0.53 | 1 | 0.25 | 28.42 | 1 | 0.37 |
| Hex | BE | 5A | 0 | 0 | 35 | 64 | 19 | 1C | 64 | 25 |
| Octal | 276 | 132 | 0 | 0 | 65 | 144 | 31 | 34 | 144 | 45 |
| Binary | 10111110 | 1011010 | 0 | 0 | 110101 | 1100100 | 11001 | 11100 | 1100100 | 100101 |
Color Harmonies of #BE5A00
Complementary color
Monochromatic Colors of #BE5A00
Black with #BE5A00
Text Example
Text Example
White with #BE5A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5A00; }
p { color: rgb(190,90,0); }
H1.HeaderClassName
{
color: #BE5A00;
}
.AnyTagClassName
{
color: #BE5A00;
}
</style>
background-color css
<style>
a { background-color: #BE5A00; }
a { background-color: rgb(190,90,0); }
div.DivClassName
{
background-color: #BE5A00;
}
.BgClassName
{
background-color: #BE5A00;
}
</style>
border-color css
<style>
span { border-color: #BE5A00; }
span { border-color: rgb(190,90,0); }
td.TdClassName
{
border-color: #BE5A00;
}
.TagClassName
{
border-color: #BE5A00;
}
</style>