Shades of Tenne (Tawny) #BE660D
Tints of Tenne (Tawny) #BE660D
RGB
CMYK
RGB Variations
Color information
#BE660D (or 0xBE660D) is known color: Tenne (Tawny). HEX triplet: BE, 66 and 0D. RGB value is (190,102,13). Sum of RGB (Red+Green+Blue) = 190+102+13=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE660D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE660D is #4199F2. Grayscale: #767676. Windows color (decimal): -4299251 or 878270. OLE color: 878270.
HSL color Cylindrical-coordinate representation of color #BE660D: hue angle of 30.17º degrees, saturation: 0.87, 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 #BE660D is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 13 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.25 |
| HSL | 30.17º | 0.87% | 0.4% | - |
| HSV(B) | 30.17º | 0.93% | 0.75% | - |
| XYZ | 26.06 | 20.48 | 2.96 | - |
| YUV | 118.17 | 68.65 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 13 | 0 | 0.46 | 0.93 | 0.25 | 30.17 | 0.87 | 0.4 |
| Hex | BE | 66 | D | 0 | 2E | 5D | 19 | 1E | 57 | 28 |
| Octal | 276 | 146 | 15 | 0 | 56 | 135 | 31 | 36 | 127 | 50 |
| Binary | 10111110 | 1100110 | 1101 | 0 | 101110 | 1011101 | 11001 | 11110 | 1010111 | 101000 |
Color Harmonies of #BE660D
Complementary color
Monochromatic Colors of #BE660D
Black with #BE660D
Text Example
Text Example
White with #BE660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE660D; }
p { color: rgb(190,102,13); }
H1.HeaderClassName
{
color: #BE660D;
}
.AnyTagClassName
{
color: #BE660D;
}
</style>
background-color css
<style>
a { background-color: #BE660D; }
a { background-color: rgb(190,102,13); }
div.DivClassName
{
background-color: #BE660D;
}
.BgClassName
{
background-color: #BE660D;
}
</style>
border-color css
<style>
span { border-color: #BE660D; }
span { border-color: rgb(190,102,13); }
td.TdClassName
{
border-color: #BE660D;
}
.TagClassName
{
border-color: #BE660D;
}
</style>