Shades of Tenne (Tawny) #BE570D
Tints of Tenne (Tawny) #BE570D
RGB
CMYK
RGB Variations
Color information
#BE570D (or 0xBE570D) is known color: Tenne (Tawny). HEX triplet: BE, 57 and 0D. RGB value is (190,87,13). Sum of RGB (Red+Green+Blue) = 190+87+13=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE570D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE570D is #41A8F2. Grayscale: #6D6D6D. Windows color (decimal): -4303091 or 874430. OLE color: 874430.
HSL color Cylindrical-coordinate representation of color #BE570D: hue angle of 25.08º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE570D is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 87 | 13 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.25 |
| HSL | 25.08º | 0.87% | 0.4% | - |
| HSV(B) | 25.08º | 0.93% | 0.75% | - |
| XYZ | 24.72 | 17.79 | 2.51 | - |
| YUV | 109.36 | 73.62 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 87 | 13 | 0 | 0.54 | 0.93 | 0.25 | 25.08 | 0.87 | 0.4 |
| Hex | BE | 57 | D | 0 | 36 | 5D | 19 | 19 | 57 | 28 |
| Octal | 276 | 127 | 15 | 0 | 66 | 135 | 31 | 31 | 127 | 50 |
| Binary | 10111110 | 1010111 | 1101 | 0 | 110110 | 1011101 | 11001 | 11001 | 1010111 | 101000 |
Color Harmonies of #BE570D
Complementary color
Monochromatic Colors of #BE570D
Black with #BE570D
Text Example
Text Example
White with #BE570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE570D; }
p { color: rgb(190,87,13); }
H1.HeaderClassName
{
color: #BE570D;
}
.AnyTagClassName
{
color: #BE570D;
}
</style>
background-color css
<style>
a { background-color: #BE570D; }
a { background-color: rgb(190,87,13); }
div.DivClassName
{
background-color: #BE570D;
}
.BgClassName
{
background-color: #BE570D;
}
</style>
border-color css
<style>
span { border-color: #BE570D; }
span { border-color: rgb(190,87,13); }
td.TdClassName
{
border-color: #BE570D;
}
.TagClassName
{
border-color: #BE570D;
}
</style>