Shades of Tenne (Tawny) #BE690B
Tints of Tenne (Tawny) #BE690B
RGB
CMYK
RGB Variations
Color information
#BE690B (or 0xBE690B) is known color: Tenne (Tawny). HEX triplet: BE, 69 and 0B. RGB value is (190,105,11). Sum of RGB (Red+Green+Blue) = 190+105+11=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE690B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE690B is #4196F4. Grayscale: #787878. Windows color (decimal): -4298485 or 747966. OLE color: 747966.
HSL color Cylindrical-coordinate representation of color #BE690B: hue angle of 31.51º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE690B is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 105 | 11 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.25 |
| HSL | 31.51º | 0.89% | 0.39% | - |
| HSV(B) | 31.51º | 0.94% | 0.75% | - |
| XYZ | 26.35 | 21.07 | 3 | - |
| YUV | 119.7 | 66.66 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 11 | 0 | 0.45 | 0.94 | 0.25 | 31.51 | 0.89 | 0.39 |
| Hex | BE | 69 | B | 0 | 2D | 5E | 19 | 20 | 59 | 27 |
| Octal | 276 | 151 | 13 | 0 | 55 | 136 | 31 | 40 | 131 | 47 |
| Binary | 10111110 | 1101001 | 1011 | 0 | 101101 | 1011110 | 11001 | 100000 | 1011001 | 100111 |
Color Harmonies of #BE690B
Complementary color
Monochromatic Colors of #BE690B
Black with #BE690B
Text Example
Text Example
White with #BE690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE690B; }
p { color: rgb(190,105,11); }
H1.HeaderClassName
{
color: #BE690B;
}
.AnyTagClassName
{
color: #BE690B;
}
</style>
background-color css
<style>
a { background-color: #BE690B; }
a { background-color: rgb(190,105,11); }
div.DivClassName
{
background-color: #BE690B;
}
.BgClassName
{
background-color: #BE690B;
}
</style>
border-color css
<style>
span { border-color: #BE690B; }
span { border-color: rgb(190,105,11); }
td.TdClassName
{
border-color: #BE690B;
}
.TagClassName
{
border-color: #BE690B;
}
</style>