Shades of Tenne (Tawny) #BE650A
Tints of Tenne (Tawny) #BE650A
RGB
CMYK
RGB Variations
Color information
#BE650A (or 0xBE650A) is known color: Tenne (Tawny). HEX triplet: BE, 65 and 0A. RGB value is (190,101,10). Sum of RGB (Red+Green+Blue) = 190+101+10=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE650A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE650A is #419AF5. Grayscale: #757575. Windows color (decimal): -4299510 or 681406. OLE color: 681406.
HSL color Cylindrical-coordinate representation of color #BE650A: hue angle of 30.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE650A is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 10 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.25 |
| HSL | 30.33º | 0.9% | 0.39% | - |
| HSV(B) | 30.33º | 0.95% | 0.75% | - |
| XYZ | 25.94 | 20.28 | 2.83 | - |
| YUV | 117.24 | 67.49 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 10 | 0 | 0.47 | 0.95 | 0.25 | 30.33 | 0.9 | 0.39 |
| Hex | BE | 65 | A | 0 | 2F | 5F | 19 | 1E | 5A | 27 |
| Octal | 276 | 145 | 12 | 0 | 57 | 137 | 31 | 36 | 132 | 47 |
| Binary | 10111110 | 1100101 | 1010 | 0 | 101111 | 1011111 | 11001 | 11110 | 1011010 | 100111 |
Color Harmonies of #BE650A
Complementary color
Monochromatic Colors of #BE650A
Black with #BE650A
Text Example
Text Example
White with #BE650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE650A; }
p { color: rgb(190,101,10); }
H1.HeaderClassName
{
color: #BE650A;
}
.AnyTagClassName
{
color: #BE650A;
}
</style>
background-color css
<style>
a { background-color: #BE650A; }
a { background-color: rgb(190,101,10); }
div.DivClassName
{
background-color: #BE650A;
}
.BgClassName
{
background-color: #BE650A;
}
</style>
border-color css
<style>
span { border-color: #BE650A; }
span { border-color: rgb(190,101,10); }
td.TdClassName
{
border-color: #BE650A;
}
.TagClassName
{
border-color: #BE650A;
}
</style>