Shades of Tenne (Tawny) #BE6803
Tints of Tenne (Tawny) #BE6803
RGB
CMYK
RGB Variations
Color information
#BE6803 (or 0xBE6803) is known color: Tenne (Tawny). HEX triplet: BE, 68 and 03. RGB value is (190,104,3). Sum of RGB (Red+Green+Blue) = 190+104+3=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6803 is #4197FC. Grayscale: #767676. Windows color (decimal): -4298749 or 223422. OLE color: 223422.
HSL color Cylindrical-coordinate representation of color #BE6803: hue angle of 32.41º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE6803 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 3 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.25 |
| HSL | 32.41º | 0.97% | 0.38% | - |
| HSV(B) | 32.41º | 0.98% | 0.75% | - |
| XYZ | 26.2 | 20.85 | 2.73 | - |
| YUV | 118.2 | 62.99 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 3 | 0 | 0.45 | 0.98 | 0.25 | 32.41 | 0.97 | 0.38 |
| Hex | BE | 68 | 3 | 0 | 2D | 62 | 19 | 20 | 61 | 26 |
| Octal | 276 | 150 | 3 | 0 | 55 | 142 | 31 | 40 | 141 | 46 |
| Binary | 10111110 | 1101000 | 11 | 0 | 101101 | 1100010 | 11001 | 100000 | 1100001 | 100110 |
Color Harmonies of #BE6803
Complementary color
Monochromatic Colors of #BE6803
Black with #BE6803
Text Example
Text Example
White with #BE6803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6803; }
p { color: rgb(190,104,3); }
H1.HeaderClassName
{
color: #BE6803;
}
.AnyTagClassName
{
color: #BE6803;
}
</style>
background-color css
<style>
a { background-color: #BE6803; }
a { background-color: rgb(190,104,3); }
div.DivClassName
{
background-color: #BE6803;
}
.BgClassName
{
background-color: #BE6803;
}
</style>
border-color css
<style>
span { border-color: #BE6803; }
span { border-color: rgb(190,104,3); }
td.TdClassName
{
border-color: #BE6803;
}
.TagClassName
{
border-color: #BE6803;
}
</style>