Shades of Tenne (Tawny) #BE6301
Tints of Tenne (Tawny) #BE6301
RGB
CMYK
RGB Variations
Color information
#BE6301 (or 0xBE6301) is known color: Tenne (Tawny). HEX triplet: BE, 63 and 01. RGB value is (190,99,1). Sum of RGB (Red+Green+Blue) = 190+99+1=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6301 is #419CFE. Grayscale: #737373. Windows color (decimal): -4300031 or 91070. OLE color: 91070.
HSL color Cylindrical-coordinate representation of color #BE6301: hue angle of 31.11º 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 #BE6301 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 99 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.25 |
| HSL | 31.11º | 0.99% | 0.37% | - |
| HSV(B) | 31.11º | 0.99% | 0.75% | - |
| XYZ | 25.7 | 19.87 | 2.51 | - |
| YUV | 115.04 | 63.65 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 1 | 0 | 0.48 | 0.99 | 0.25 | 31.11 | 0.99 | 0.37 |
| Hex | BE | 63 | 1 | 0 | 30 | 63 | 19 | 1F | 63 | 25 |
| Octal | 276 | 143 | 1 | 0 | 60 | 143 | 31 | 37 | 143 | 45 |
| Binary | 10111110 | 1100011 | 1 | 0 | 110000 | 1100011 | 11001 | 11111 | 1100011 | 100101 |
Color Harmonies of #BE6301
Complementary color
Monochromatic Colors of #BE6301
Black with #BE6301
Text Example
Text Example
White with #BE6301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6301; }
p { color: rgb(190,99,1); }
H1.HeaderClassName
{
color: #BE6301;
}
.AnyTagClassName
{
color: #BE6301;
}
</style>
background-color css
<style>
a { background-color: #BE6301; }
a { background-color: rgb(190,99,1); }
div.DivClassName
{
background-color: #BE6301;
}
.BgClassName
{
background-color: #BE6301;
}
</style>
border-color css
<style>
span { border-color: #BE6301; }
span { border-color: rgb(190,99,1); }
td.TdClassName
{
border-color: #BE6301;
}
.TagClassName
{
border-color: #BE6301;
}
</style>