Shades of Tussock #BE8C49
Tints of Tussock #BE8C49
RGB
CMYK
RGB Variations
Color information
#BE8C49 (or 0xBE8C49) is known color: Tussock. HEX triplet: BE, 8C and 49. RGB value is (190,140,73). Sum of RGB (Red+Green+Blue) = 190+140+73=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C49 is #4173B6. Grayscale: #939393. Windows color (decimal): -4289463 or 4820158. OLE color: 4820158.
HSL color Cylindrical-coordinate representation of color #BE8C49: hue angle of 34.36º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE8C49 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 73 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.25 |
| HSL | 34.36º | 0.47% | 0.52% | - |
| HSV(B) | 34.36º | 0.62% | 0.75% | - |
| XYZ | 31.82 | 30.18 | 10.45 | - |
| YUV | 147.31 | 86.07 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 73 | 0 | 0.26 | 0.62 | 0.25 | 34.36 | 0.47 | 0.52 |
| Hex | BE | 8C | 49 | 0 | 1A | 3E | 19 | 22 | 2F | 34 |
| Octal | 276 | 214 | 111 | 0 | 32 | 76 | 31 | 42 | 57 | 64 |
| Binary | 10111110 | 10001100 | 1001001 | 0 | 11010 | 111110 | 11001 | 100010 | 101111 | 110100 |
Color Harmonies of #BE8C49
Complementary color
Monochromatic Colors of #BE8C49
Black with #BE8C49
Text Example
Text Example
White with #BE8C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C49; }
p { color: rgb(190,140,73); }
H1.HeaderClassName
{
color: #BE8C49;
}
.AnyTagClassName
{
color: #BE8C49;
}
</style>
background-color css
<style>
a { background-color: #BE8C49; }
a { background-color: rgb(190,140,73); }
div.DivClassName
{
background-color: #BE8C49;
}
.BgClassName
{
background-color: #BE8C49;
}
</style>
border-color css
<style>
span { border-color: #BE8C49; }
span { border-color: rgb(190,140,73); }
td.TdClassName
{
border-color: #BE8C49;
}
.TagClassName
{
border-color: #BE8C49;
}
</style>