Shades of Tenne (Tawny) #BE6908
Tints of Tenne (Tawny) #BE6908
RGB
CMYK
RGB Variations
Color information
#BE6908 (or 0xBE6908) is known color: Tenne (Tawny). HEX triplet: BE, 69 and 08. RGB value is (190,105,8). Sum of RGB (Red+Green+Blue) = 190+105+8=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6908 is #4196F7. Grayscale: #777777. Windows color (decimal): -4298488 or 551358. OLE color: 551358.
HSL color Cylindrical-coordinate representation of color #BE6908: hue angle of 31.98º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE6908 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 105 | 8 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.25 |
| HSL | 31.98º | 0.92% | 0.39% | - |
| HSV(B) | 31.98º | 0.96% | 0.75% | - |
| XYZ | 26.33 | 21.07 | 2.91 | - |
| YUV | 119.36 | 65.16 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 8 | 0 | 0.45 | 0.96 | 0.25 | 31.98 | 0.92 | 0.39 |
| Hex | BE | 69 | 8 | 0 | 2D | 60 | 19 | 20 | 5C | 27 |
| Octal | 276 | 151 | 10 | 0 | 55 | 140 | 31 | 40 | 134 | 47 |
| Binary | 10111110 | 1101001 | 1000 | 0 | 101101 | 1100000 | 11001 | 100000 | 1011100 | 100111 |
Color Harmonies of #BE6908
Complementary color
Monochromatic Colors of #BE6908
Black with #BE6908
Text Example
Text Example
White with #BE6908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6908; }
p { color: rgb(190,105,8); }
H1.HeaderClassName
{
color: #BE6908;
}
.AnyTagClassName
{
color: #BE6908;
}
</style>
background-color css
<style>
a { background-color: #BE6908; }
a { background-color: rgb(190,105,8); }
div.DivClassName
{
background-color: #BE6908;
}
.BgClassName
{
background-color: #BE6908;
}
</style>
border-color css
<style>
span { border-color: #BE6908; }
span { border-color: rgb(190,105,8); }
td.TdClassName
{
border-color: #BE6908;
}
.TagClassName
{
border-color: #BE6908;
}
</style>