Shades of Tenne (Tawny) #BE5E00
Tints of Tenne (Tawny) #BE5E00
RGB
CMYK
RGB Variations
Color information
#BE5E00 (or 0xBE5E00) is known color: Tenne (Tawny). HEX triplet: BE, 5E and 00. RGB value is (190,94,0). Sum of RGB (Red+Green+Blue) = 190+94+0=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5E00 is #41A1FF. Grayscale: #707070. Windows color (decimal): -4301312 or 24254. OLE color: 24254.
HSL color Cylindrical-coordinate representation of color #BE5E00: hue angle of 29.68º 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 #BE5E00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 94 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.25 |
| HSL | 29.68º | 1% | 0.37% | - |
| HSV(B) | 29.68º | 1% | 0.75% | - |
| XYZ | 25.24 | 18.95 | 2.33 | - |
| YUV | 111.99 | 64.8 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 0 | 0 | 0.51 | 1 | 0.25 | 29.68 | 1 | 0.37 |
| Hex | BE | 5E | 0 | 0 | 33 | 64 | 19 | 1E | 64 | 25 |
| Octal | 276 | 136 | 0 | 0 | 63 | 144 | 31 | 36 | 144 | 45 |
| Binary | 10111110 | 1011110 | 0 | 0 | 110011 | 1100100 | 11001 | 11110 | 1100100 | 100101 |
Color Harmonies of #BE5E00
Complementary color
Monochromatic Colors of #BE5E00
Black with #BE5E00
Text Example
Text Example
White with #BE5E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5E00; }
p { color: rgb(190,94,0); }
H1.HeaderClassName
{
color: #BE5E00;
}
.AnyTagClassName
{
color: #BE5E00;
}
</style>
background-color css
<style>
a { background-color: #BE5E00; }
a { background-color: rgb(190,94,0); }
div.DivClassName
{
background-color: #BE5E00;
}
.BgClassName
{
background-color: #BE5E00;
}
</style>
border-color css
<style>
span { border-color: #BE5E00; }
span { border-color: rgb(190,94,0); }
td.TdClassName
{
border-color: #BE5E00;
}
.TagClassName
{
border-color: #BE5E00;
}
</style>