Shades of Tussock #BE9950
Tints of Tussock #BE9950
RGB
CMYK
RGB Variations
Color information
#BE9950 (or 0xBE9950) is known color: Tussock. HEX triplet: BE, 99 and 50. RGB value is (190,153,80). Sum of RGB (Red+Green+Blue) = 190+153+80=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9950 is #4166AF. Grayscale: #9C9C9C. Windows color (decimal): -4286128 or 5282238. OLE color: 5282238.
HSL color Cylindrical-coordinate representation of color #BE9950: hue angle of 39.82º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE9950 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 153 | 80 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.25 |
| HSL | 39.82º | 0.46% | 0.53% | - |
| HSV(B) | 39.82º | 0.58% | 0.75% | - |
| XYZ | 34.07 | 34.31 | 12.42 | - |
| YUV | 155.74 | 85.26 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 80 | 0 | 0.19 | 0.58 | 0.25 | 39.82 | 0.46 | 0.53 |
| Hex | BE | 99 | 50 | 0 | 13 | 3A | 19 | 28 | 2E | 35 |
| Octal | 276 | 231 | 120 | 0 | 23 | 72 | 31 | 50 | 56 | 65 |
| Binary | 10111110 | 10011001 | 1010000 | 0 | 10011 | 111010 | 11001 | 101000 | 101110 | 110101 |
Color Harmonies of #BE9950
Complementary color
Monochromatic Colors of #BE9950
Black with #BE9950
Text Example
Text Example
White with #BE9950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9950; }
p { color: rgb(190,153,80); }
H1.HeaderClassName
{
color: #BE9950;
}
.AnyTagClassName
{
color: #BE9950;
}
</style>
background-color css
<style>
a { background-color: #BE9950; }
a { background-color: rgb(190,153,80); }
div.DivClassName
{
background-color: #BE9950;
}
.BgClassName
{
background-color: #BE9950;
}
</style>
border-color css
<style>
span { border-color: #BE9950; }
span { border-color: rgb(190,153,80); }
td.TdClassName
{
border-color: #BE9950;
}
.TagClassName
{
border-color: #BE9950;
}
</style>