Shades of Tenne (Tawny) #BE610F
Tints of Tenne (Tawny) #BE610F
RGB
CMYK
RGB Variations
Color information
#BE610F (or 0xBE610F) is known color: Tenne (Tawny). HEX triplet: BE, 61 and 0F. RGB value is (190,97,15). Sum of RGB (Red+Green+Blue) = 190+97+15=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE610F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE610F is #419EF0. Grayscale: #737373. Windows color (decimal): -4300529 or 1008062. OLE color: 1008062.
HSL color Cylindrical-coordinate representation of color #BE610F: hue angle of 28.11º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE610F is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 97 | 15 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.25 |
| HSL | 28.11º | 0.85% | 0.4% | - |
| HSV(B) | 28.11º | 0.92% | 0.75% | - |
| XYZ | 25.6 | 19.53 | 2.87 | - |
| YUV | 115.46 | 71.31 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 15 | 0 | 0.49 | 0.92 | 0.25 | 28.11 | 0.85 | 0.4 |
| Hex | BE | 61 | F | 0 | 31 | 5C | 19 | 1C | 55 | 28 |
| Octal | 276 | 141 | 17 | 0 | 61 | 134 | 31 | 34 | 125 | 50 |
| Binary | 10111110 | 1100001 | 1111 | 0 | 110001 | 1011100 | 11001 | 11100 | 1010101 | 101000 |
Color Harmonies of #BE610F
Complementary color
Monochromatic Colors of #BE610F
Black with #BE610F
Text Example
Text Example
White with #BE610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE610F; }
p { color: rgb(190,97,15); }
H1.HeaderClassName
{
color: #BE610F;
}
.AnyTagClassName
{
color: #BE610F;
}
</style>
background-color css
<style>
a { background-color: #BE610F; }
a { background-color: rgb(190,97,15); }
div.DivClassName
{
background-color: #BE610F;
}
.BgClassName
{
background-color: #BE610F;
}
</style>
border-color css
<style>
span { border-color: #BE610F; }
span { border-color: rgb(190,97,15); }
td.TdClassName
{
border-color: #BE610F;
}
.TagClassName
{
border-color: #BE610F;
}
</style>