Shades of Tenne (Tawny) #BE660E
Tints of Tenne (Tawny) #BE660E
RGB
CMYK
RGB Variations
Color information
#BE660E (or 0xBE660E) is known color: Tenne (Tawny). HEX triplet: BE, 66 and 0E. RGB value is (190,102,14). Sum of RGB (Red+Green+Blue) = 190+102+14=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE660E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE660E is #4199F1. Grayscale: #767676. Windows color (decimal): -4299250 or 943806. OLE color: 943806.
HSL color Cylindrical-coordinate representation of color #BE660E: hue angle of 30º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE660E is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 14 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.25 |
| HSL | 30º | 0.86% | 0.4% | - |
| HSV(B) | 30º | 0.93% | 0.75% | - |
| XYZ | 26.07 | 20.48 | 2.99 | - |
| YUV | 118.28 | 69.15 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 14 | 0 | 0.46 | 0.93 | 0.25 | 30 | 0.86 | 0.4 |
| Hex | BE | 66 | E | 0 | 2E | 5D | 19 | 1E | 56 | 28 |
| Octal | 276 | 146 | 16 | 0 | 56 | 135 | 31 | 36 | 126 | 50 |
| Binary | 10111110 | 1100110 | 1110 | 0 | 101110 | 1011101 | 11001 | 11110 | 1010110 | 101000 |
Color Harmonies of #BE660E
Complementary color
Monochromatic Colors of #BE660E
Black with #BE660E
Text Example
Text Example
White with #BE660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE660E; }
p { color: rgb(190,102,14); }
H1.HeaderClassName
{
color: #BE660E;
}
.AnyTagClassName
{
color: #BE660E;
}
</style>
background-color css
<style>
a { background-color: #BE660E; }
a { background-color: rgb(190,102,14); }
div.DivClassName
{
background-color: #BE660E;
}
.BgClassName
{
background-color: #BE660E;
}
</style>
border-color css
<style>
span { border-color: #BE660E; }
span { border-color: rgb(190,102,14); }
td.TdClassName
{
border-color: #BE660E;
}
.TagClassName
{
border-color: #BE660E;
}
</style>