Shades of Tenne (Tawny) #BE520B
Tints of Tenne (Tawny) #BE520B
RGB
CMYK
RGB Variations
Color information
#BE520B (or 0xBE520B) is known color: Tenne (Tawny). HEX triplet: BE, 52 and 0B. RGB value is (190,82,11). Sum of RGB (Red+Green+Blue) = 190+82+11=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE520B is #41ADF4. Grayscale: #6A6A6A. Windows color (decimal): -4304373 or 742078. OLE color: 742078.
HSL color Cylindrical-coordinate representation of color #BE520B: hue angle of 23.8º 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 #BE520B is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 82 | 11 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.25 |
| HSL | 23.8º | 0.89% | 0.39% | - |
| HSV(B) | 23.8º | 0.94% | 0.75% | - |
| XYZ | 24.31 | 17.01 | 2.32 | - |
| YUV | 106.2 | 74.28 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 11 | 0 | 0.57 | 0.94 | 0.25 | 23.8 | 0.89 | 0.39 |
| Hex | BE | 52 | B | 0 | 39 | 5E | 19 | 18 | 59 | 27 |
| Octal | 276 | 122 | 13 | 0 | 71 | 136 | 31 | 30 | 131 | 47 |
| Binary | 10111110 | 1010010 | 1011 | 0 | 111001 | 1011110 | 11001 | 11000 | 1011001 | 100111 |
Color Harmonies of #BE520B
Complementary color
Monochromatic Colors of #BE520B
Black with #BE520B
Text Example
Text Example
White with #BE520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE520B; }
p { color: rgb(190,82,11); }
H1.HeaderClassName
{
color: #BE520B;
}
.AnyTagClassName
{
color: #BE520B;
}
</style>
background-color css
<style>
a { background-color: #BE520B; }
a { background-color: rgb(190,82,11); }
div.DivClassName
{
background-color: #BE520B;
}
.BgClassName
{
background-color: #BE520B;
}
</style>
border-color css
<style>
span { border-color: #BE520B; }
span { border-color: rgb(190,82,11); }
td.TdClassName
{
border-color: #BE520B;
}
.TagClassName
{
border-color: #BE520B;
}
</style>