Shades of Tenne (Tawny) #BE5D02
Tints of Tenne (Tawny) #BE5D02
RGB
CMYK
RGB Variations
Color information
#BE5D02 (or 0xBE5D02) is known color: Tenne (Tawny). HEX triplet: BE, 5D and 02. RGB value is (190,93,2). Sum of RGB (Red+Green+Blue) = 190+93+2=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5D02 is #41A2FD. Grayscale: #707070. Windows color (decimal): -4301566 or 155070. OLE color: 155070.
HSL color Cylindrical-coordinate representation of color #BE5D02: hue angle of 29.04º 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 #BE5D02 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.25 |
| HSL | 29.04º | 0.98% | 0.38% | - |
| HSV(B) | 29.04º | 0.99% | 0.75% | - |
| XYZ | 25.16 | 18.78 | 2.36 | - |
| YUV | 111.63 | 66.14 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 2 | 0 | 0.51 | 0.99 | 0.25 | 29.04 | 0.98 | 0.38 |
| Hex | BE | 5D | 2 | 0 | 33 | 63 | 19 | 1D | 62 | 26 |
| Octal | 276 | 135 | 2 | 0 | 63 | 143 | 31 | 35 | 142 | 46 |
| Binary | 10111110 | 1011101 | 10 | 0 | 110011 | 1100011 | 11001 | 11101 | 1100010 | 100110 |
Color Harmonies of #BE5D02
Complementary color
Monochromatic Colors of #BE5D02
Black with #BE5D02
Text Example
Text Example
White with #BE5D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D02; }
p { color: rgb(190,93,2); }
H1.HeaderClassName
{
color: #BE5D02;
}
.AnyTagClassName
{
color: #BE5D02;
}
</style>
background-color css
<style>
a { background-color: #BE5D02; }
a { background-color: rgb(190,93,2); }
div.DivClassName
{
background-color: #BE5D02;
}
.BgClassName
{
background-color: #BE5D02;
}
</style>
border-color css
<style>
span { border-color: #BE5D02; }
span { border-color: rgb(190,93,2); }
td.TdClassName
{
border-color: #BE5D02;
}
.TagClassName
{
border-color: #BE5D02;
}
</style>