Shades of Tussock #BE964D
Tints of Tussock #BE964D
RGB
CMYK
RGB Variations
Color information
#BE964D (or 0xBE964D) is known color: Tussock. HEX triplet: BE, 96 and 4D. RGB value is (190,150,77). Sum of RGB (Red+Green+Blue) = 190+150+77=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE964D is #4169B2. Grayscale: #999999. Windows color (decimal): -4286899 or 5084862. OLE color: 5084862.
HSL color Cylindrical-coordinate representation of color #BE964D: hue angle of 38.76º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE964D is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 150 | 77 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.25 |
| HSL | 38.76º | 0.47% | 0.52% | - |
| HSV(B) | 38.76º | 0.59% | 0.75% | - |
| XYZ | 33.48 | 33.3 | 11.68 | - |
| YUV | 153.64 | 84.75 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 77 | 0 | 0.21 | 0.59 | 0.25 | 38.76 | 0.47 | 0.52 |
| Hex | BE | 96 | 4D | 0 | 15 | 3B | 19 | 27 | 2F | 34 |
| Octal | 276 | 226 | 115 | 0 | 25 | 73 | 31 | 47 | 57 | 64 |
| Binary | 10111110 | 10010110 | 1001101 | 0 | 10101 | 111011 | 11001 | 100111 | 101111 | 110100 |
Color Harmonies of #BE964D
Complementary color
Monochromatic Colors of #BE964D
Black with #BE964D
Text Example
Text Example
White with #BE964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE964D; }
p { color: rgb(190,150,77); }
H1.HeaderClassName
{
color: #BE964D;
}
.AnyTagClassName
{
color: #BE964D;
}
</style>
background-color css
<style>
a { background-color: #BE964D; }
a { background-color: rgb(190,150,77); }
div.DivClassName
{
background-color: #BE964D;
}
.BgClassName
{
background-color: #BE964D;
}
</style>
border-color css
<style>
span { border-color: #BE964D; }
span { border-color: rgb(190,150,77); }
td.TdClassName
{
border-color: #BE964D;
}
.TagClassName
{
border-color: #BE964D;
}
</style>