Shades of Tenne (Tawny) #BE5102
Tints of Tenne (Tawny) #BE5102
RGB
CMYK
RGB Variations
Color information
#BE5102 (or 0xBE5102) is known color: Tenne (Tawny). HEX triplet: BE, 51 and 02. RGB value is (190,81,2). Sum of RGB (Red+Green+Blue) = 190+81+2=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5102 is #41AEFD. Grayscale: #696969. Windows color (decimal): -4304638 or 151998. OLE color: 151998.
HSL color Cylindrical-coordinate representation of color #BE5102: hue angle of 25.21º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE5102 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 81 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.25 |
| HSL | 25.21º | 0.98% | 0.38% | - |
| HSV(B) | 25.21º | 0.99% | 0.75% | - |
| XYZ | 24.19 | 16.84 | 2.03 | - |
| YUV | 104.59 | 70.11 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 2 | 0 | 0.57 | 0.99 | 0.25 | 25.21 | 0.98 | 0.38 |
| Hex | BE | 51 | 2 | 0 | 39 | 63 | 19 | 19 | 62 | 26 |
| Octal | 276 | 121 | 2 | 0 | 71 | 143 | 31 | 31 | 142 | 46 |
| Binary | 10111110 | 1010001 | 10 | 0 | 111001 | 1100011 | 11001 | 11001 | 1100010 | 100110 |
Color Harmonies of #BE5102
Complementary color
Monochromatic Colors of #BE5102
Black with #BE5102
Text Example
Text Example
White with #BE5102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5102; }
p { color: rgb(190,81,2); }
H1.HeaderClassName
{
color: #BE5102;
}
.AnyTagClassName
{
color: #BE5102;
}
</style>
background-color css
<style>
a { background-color: #BE5102; }
a { background-color: rgb(190,81,2); }
div.DivClassName
{
background-color: #BE5102;
}
.BgClassName
{
background-color: #BE5102;
}
</style>
border-color css
<style>
span { border-color: #BE5102; }
span { border-color: rgb(190,81,2); }
td.TdClassName
{
border-color: #BE5102;
}
.TagClassName
{
border-color: #BE5102;
}
</style>