Shades of Tenne (Tawny) #BE680B
Tints of Tenne (Tawny) #BE680B
RGB
CMYK
RGB Variations
Color information
#BE680B (or 0xBE680B) is known color: Tenne (Tawny). HEX triplet: BE, 68 and 0B. RGB value is (190,104,11). Sum of RGB (Red+Green+Blue) = 190+104+11=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE680B is #4197F4. Grayscale: #777777. Windows color (decimal): -4298741 or 747710. OLE color: 747710.
HSL color Cylindrical-coordinate representation of color #BE680B: hue angle of 31.17º 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 #BE680B is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 11 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.25 |
| HSL | 31.17º | 0.89% | 0.39% | - |
| HSV(B) | 31.17º | 0.94% | 0.75% | - |
| XYZ | 26.25 | 20.87 | 2.96 | - |
| YUV | 119.11 | 66.99 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 11 | 0 | 0.45 | 0.94 | 0.25 | 31.17 | 0.89 | 0.39 |
| Hex | BE | 68 | B | 0 | 2D | 5E | 19 | 1F | 59 | 27 |
| Octal | 276 | 150 | 13 | 0 | 55 | 136 | 31 | 37 | 131 | 47 |
| Binary | 10111110 | 1101000 | 1011 | 0 | 101101 | 1011110 | 11001 | 11111 | 1011001 | 100111 |
Color Harmonies of #BE680B
Complementary color
Monochromatic Colors of #BE680B
Black with #BE680B
Text Example
Text Example
White with #BE680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE680B; }
p { color: rgb(190,104,11); }
H1.HeaderClassName
{
color: #BE680B;
}
.AnyTagClassName
{
color: #BE680B;
}
</style>
background-color css
<style>
a { background-color: #BE680B; }
a { background-color: rgb(190,104,11); }
div.DivClassName
{
background-color: #BE680B;
}
.BgClassName
{
background-color: #BE680B;
}
</style>
border-color css
<style>
span { border-color: #BE680B; }
span { border-color: rgb(190,104,11); }
td.TdClassName
{
border-color: #BE680B;
}
.TagClassName
{
border-color: #BE680B;
}
</style>