Shades of Tenne (Tawny) #BE680C
Tints of Tenne (Tawny) #BE680C
RGB
CMYK
RGB Variations
Color information
#BE680C (or 0xBE680C) is known color: Tenne (Tawny). HEX triplet: BE, 68 and 0C. RGB value is (190,104,12). Sum of RGB (Red+Green+Blue) = 190+104+12=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE680C is #4197F3. Grayscale: #777777. Windows color (decimal): -4298740 or 813246. OLE color: 813246.
HSL color Cylindrical-coordinate representation of color #BE680C: hue angle of 31.01º 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 #BE680C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 12 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.25 |
| HSL | 31.01º | 0.88% | 0.4% | - |
| HSV(B) | 31.01º | 0.94% | 0.75% | - |
| XYZ | 26.25 | 20.87 | 2.99 | - |
| YUV | 119.23 | 67.49 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 12 | 0 | 0.45 | 0.94 | 0.25 | 31.01 | 0.88 | 0.4 |
| Hex | BE | 68 | C | 0 | 2D | 5E | 19 | 1F | 58 | 28 |
| Octal | 276 | 150 | 14 | 0 | 55 | 136 | 31 | 37 | 130 | 50 |
| Binary | 10111110 | 1101000 | 1100 | 0 | 101101 | 1011110 | 11001 | 11111 | 1011000 | 101000 |
Color Harmonies of #BE680C
Complementary color
Monochromatic Colors of #BE680C
Black with #BE680C
Text Example
Text Example
White with #BE680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE680C; }
p { color: rgb(190,104,12); }
H1.HeaderClassName
{
color: #BE680C;
}
.AnyTagClassName
{
color: #BE680C;
}
</style>
background-color css
<style>
a { background-color: #BE680C; }
a { background-color: rgb(190,104,12); }
div.DivClassName
{
background-color: #BE680C;
}
.BgClassName
{
background-color: #BE680C;
}
</style>
border-color css
<style>
span { border-color: #BE680C; }
span { border-color: rgb(190,104,12); }
td.TdClassName
{
border-color: #BE680C;
}
.TagClassName
{
border-color: #BE680C;
}
</style>