Shades of Tenne (Tawny) #BE5301
Tints of Tenne (Tawny) #BE5301
RGB
CMYK
RGB Variations
Color information
#BE5301 (or 0xBE5301) is known color: Tenne (Tawny). HEX triplet: BE, 53 and 01. RGB value is (190,83,1). Sum of RGB (Red+Green+Blue) = 190+83+1=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5301 is #41ACFE. Grayscale: #6A6A6A. Windows color (decimal): -4304127 or 86974. OLE color: 86974.
HSL color Cylindrical-coordinate representation of color #BE5301: hue angle of 26.03º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE5301 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 83 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.25 |
| HSL | 26.03º | 0.99% | 0.37% | - |
| HSV(B) | 26.03º | 0.99% | 0.75% | - |
| XYZ | 24.33 | 17.14 | 2.05 | - |
| YUV | 105.65 | 68.95 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 83 | 1 | 0 | 0.56 | 0.99 | 0.25 | 26.03 | 0.99 | 0.37 |
| Hex | BE | 53 | 1 | 0 | 38 | 63 | 19 | 1A | 63 | 25 |
| Octal | 276 | 123 | 1 | 0 | 70 | 143 | 31 | 32 | 143 | 45 |
| Binary | 10111110 | 1010011 | 1 | 0 | 111000 | 1100011 | 11001 | 11010 | 1100011 | 100101 |
Color Harmonies of #BE5301
Complementary color
Monochromatic Colors of #BE5301
Black with #BE5301
Text Example
Text Example
White with #BE5301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5301; }
p { color: rgb(190,83,1); }
H1.HeaderClassName
{
color: #BE5301;
}
.AnyTagClassName
{
color: #BE5301;
}
</style>
background-color css
<style>
a { background-color: #BE5301; }
a { background-color: rgb(190,83,1); }
div.DivClassName
{
background-color: #BE5301;
}
.BgClassName
{
background-color: #BE5301;
}
</style>
border-color css
<style>
span { border-color: #BE5301; }
span { border-color: rgb(190,83,1); }
td.TdClassName
{
border-color: #BE5301;
}
.TagClassName
{
border-color: #BE5301;
}
</style>