Shades of Tenne (Tawny) #BE540C
Tints of Tenne (Tawny) #BE540C
RGB
CMYK
RGB Variations
Color information
#BE540C (or 0xBE540C) is known color: Tenne (Tawny). HEX triplet: BE, 54 and 0C. RGB value is (190,84,12). Sum of RGB (Red+Green+Blue) = 190+84+12=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE540C is #41ABF3. Grayscale: #6B6B6B. Windows color (decimal): -4303860 or 808126. OLE color: 808126.
HSL color Cylindrical-coordinate representation of color #BE540C: hue angle of 24.27º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE540C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 84 | 12 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.25 |
| HSL | 24.27º | 0.88% | 0.4% | - |
| HSV(B) | 24.27º | 0.94% | 0.75% | - |
| XYZ | 24.47 | 17.31 | 2.4 | - |
| YUV | 107.49 | 74.12 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 12 | 0 | 0.56 | 0.94 | 0.25 | 24.27 | 0.88 | 0.4 |
| Hex | BE | 54 | C | 0 | 38 | 5E | 19 | 18 | 58 | 28 |
| Octal | 276 | 124 | 14 | 0 | 70 | 136 | 31 | 30 | 130 | 50 |
| Binary | 10111110 | 1010100 | 1100 | 0 | 111000 | 1011110 | 11001 | 11000 | 1011000 | 101000 |
Color Harmonies of #BE540C
Complementary color
Monochromatic Colors of #BE540C
Black with #BE540C
Text Example
Text Example
White with #BE540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE540C; }
p { color: rgb(190,84,12); }
H1.HeaderClassName
{
color: #BE540C;
}
.AnyTagClassName
{
color: #BE540C;
}
</style>
background-color css
<style>
a { background-color: #BE540C; }
a { background-color: rgb(190,84,12); }
div.DivClassName
{
background-color: #BE540C;
}
.BgClassName
{
background-color: #BE540C;
}
</style>
border-color css
<style>
span { border-color: #BE540C; }
span { border-color: rgb(190,84,12); }
td.TdClassName
{
border-color: #BE540C;
}
.TagClassName
{
border-color: #BE540C;
}
</style>