Shades of Tussock #BE8946
Tints of Tussock #BE8946
RGB
CMYK
RGB Variations
Color information
#BE8946 (or 0xBE8946) is known color: Tussock. HEX triplet: BE, 89 and 46. RGB value is (190,137,70). Sum of RGB (Red+Green+Blue) = 190+137+70=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8946 is #4176B9. Grayscale: #919191. Windows color (decimal): -4290234 or 4622782. OLE color: 4622782.
HSL color Cylindrical-coordinate representation of color #BE8946: hue angle of 33.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE8946 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 137 | 70 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.25 |
| HSL | 33.5º | 0.48% | 0.51% | - |
| HSV(B) | 33.5º | 0.63% | 0.75% | - |
| XYZ | 31.29 | 29.28 | 9.8 | - |
| YUV | 145.21 | 85.56 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 70 | 0 | 0.28 | 0.63 | 0.25 | 33.5 | 0.48 | 0.51 |
| Hex | BE | 89 | 46 | 0 | 1C | 3F | 19 | 22 | 30 | 33 |
| Octal | 276 | 211 | 106 | 0 | 34 | 77 | 31 | 42 | 60 | 63 |
| Binary | 10111110 | 10001001 | 1000110 | 0 | 11100 | 111111 | 11001 | 100010 | 110000 | 110011 |
Color Harmonies of #BE8946
Complementary color
Monochromatic Colors of #BE8946
Black with #BE8946
Text Example
Text Example
White with #BE8946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8946; }
p { color: rgb(190,137,70); }
H1.HeaderClassName
{
color: #BE8946;
}
.AnyTagClassName
{
color: #BE8946;
}
</style>
background-color css
<style>
a { background-color: #BE8946; }
a { background-color: rgb(190,137,70); }
div.DivClassName
{
background-color: #BE8946;
}
.BgClassName
{
background-color: #BE8946;
}
</style>
border-color css
<style>
span { border-color: #BE8946; }
span { border-color: rgb(190,137,70); }
td.TdClassName
{
border-color: #BE8946;
}
.TagClassName
{
border-color: #BE8946;
}
</style>