Shades of Tenne (Tawny) #BE6B0B
Tints of Tenne (Tawny) #BE6B0B
RGB
CMYK
RGB Variations
Color information
#BE6B0B (or 0xBE6B0B) is known color: Tenne (Tawny). HEX triplet: BE, 6B and 0B. RGB value is (190,107,11). Sum of RGB (Red+Green+Blue) = 190+107+11=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6B0B is #4194F4. Grayscale: #797979. Windows color (decimal): -4297973 or 748478. OLE color: 748478.
HSL color Cylindrical-coordinate representation of color #BE6B0B: hue angle of 32.18º 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 #BE6B0B is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 107 | 11 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.25 |
| HSL | 32.18º | 0.89% | 0.39% | - |
| HSV(B) | 32.18º | 0.94% | 0.75% | - |
| XYZ | 26.55 | 21.49 | 3.06 | - |
| YUV | 120.87 | 66 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 107 | 11 | 0 | 0.44 | 0.94 | 0.25 | 32.18 | 0.89 | 0.39 |
| Hex | BE | 6B | B | 0 | 2C | 5E | 19 | 20 | 59 | 27 |
| Octal | 276 | 153 | 13 | 0 | 54 | 136 | 31 | 40 | 131 | 47 |
| Binary | 10111110 | 1101011 | 1011 | 0 | 101100 | 1011110 | 11001 | 100000 | 1011001 | 100111 |
Color Harmonies of #BE6B0B
Complementary color
Monochromatic Colors of #BE6B0B
Black with #BE6B0B
Text Example
Text Example
White with #BE6B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6B0B; }
p { color: rgb(190,107,11); }
H1.HeaderClassName
{
color: #BE6B0B;
}
.AnyTagClassName
{
color: #BE6B0B;
}
</style>
background-color css
<style>
a { background-color: #BE6B0B; }
a { background-color: rgb(190,107,11); }
div.DivClassName
{
background-color: #BE6B0B;
}
.BgClassName
{
background-color: #BE6B0B;
}
</style>
border-color css
<style>
span { border-color: #BE6B0B; }
span { border-color: rgb(190,107,11); }
td.TdClassName
{
border-color: #BE6B0B;
}
.TagClassName
{
border-color: #BE6B0B;
}
</style>