Shades of Tenne (Tawny) #BE6901
Tints of Tenne (Tawny) #BE6901
RGB
CMYK
RGB Variations
Color information
#BE6901 (or 0xBE6901) is known color: Tenne (Tawny). HEX triplet: BE, 69 and 01. RGB value is (190,105,1). Sum of RGB (Red+Green+Blue) = 190+105+1=296 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.19% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6901 is #4196FE. Grayscale: #777777. Windows color (decimal): -4298495 or 92606. OLE color: 92606.
HSL color Cylindrical-coordinate representation of color #BE6901: hue angle of 33.02º 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 #BE6901 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 105 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.25 |
| HSL | 33.02º | 0.99% | 0.37% | - |
| HSV(B) | 33.02º | 0.99% | 0.75% | - |
| XYZ | 26.29 | 21.05 | 2.71 | - |
| YUV | 118.56 | 61.66 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 1 | 0 | 0.45 | 0.99 | 0.25 | 33.02 | 0.99 | 0.37 |
| Hex | BE | 69 | 1 | 0 | 2D | 63 | 19 | 21 | 63 | 25 |
| Octal | 276 | 151 | 1 | 0 | 55 | 143 | 31 | 41 | 143 | 45 |
| Binary | 10111110 | 1101001 | 1 | 0 | 101101 | 1100011 | 11001 | 100001 | 1100011 | 100101 |
Color Harmonies of #BE6901
Complementary color
Monochromatic Colors of #BE6901
Black with #BE6901
Text Example
Text Example
White with #BE6901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6901; }
p { color: rgb(190,105,1); }
H1.HeaderClassName
{
color: #BE6901;
}
.AnyTagClassName
{
color: #BE6901;
}
</style>
background-color css
<style>
a { background-color: #BE6901; }
a { background-color: rgb(190,105,1); }
div.DivClassName
{
background-color: #BE6901;
}
.BgClassName
{
background-color: #BE6901;
}
</style>
border-color css
<style>
span { border-color: #BE6901; }
span { border-color: rgb(190,105,1); }
td.TdClassName
{
border-color: #BE6901;
}
.TagClassName
{
border-color: #BE6901;
}
</style>