Shades of Tussock #BE944D
Tints of Tussock #BE944D
RGB
CMYK
RGB Variations
Color information
#BE944D (or 0xBE944D) is known color: Tussock. HEX triplet: BE, 94 and 4D. RGB value is (190,148,77). Sum of RGB (Red+Green+Blue) = 190+148+77=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE944D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE944D is #416BB2. Grayscale: #989898. Windows color (decimal): -4287411 or 5084350. OLE color: 5084350.
HSL color Cylindrical-coordinate representation of color #BE944D: hue angle of 37.7º 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 #BE944D is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 148 | 77 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.25 |
| HSL | 37.7º | 0.47% | 0.52% | - |
| HSV(B) | 37.7º | 0.59% | 0.75% | - |
| XYZ | 33.16 | 32.66 | 11.58 | - |
| YUV | 152.46 | 85.41 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 148 | 77 | 0 | 0.22 | 0.59 | 0.25 | 37.7 | 0.47 | 0.52 |
| Hex | BE | 94 | 4D | 0 | 16 | 3B | 19 | 26 | 2F | 34 |
| Octal | 276 | 224 | 115 | 0 | 26 | 73 | 31 | 46 | 57 | 64 |
| Binary | 10111110 | 10010100 | 1001101 | 0 | 10110 | 111011 | 11001 | 100110 | 101111 | 110100 |
Color Harmonies of #BE944D
Complementary color
Monochromatic Colors of #BE944D
Black with #BE944D
Text Example
Text Example
White with #BE944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE944D; }
p { color: rgb(190,148,77); }
H1.HeaderClassName
{
color: #BE944D;
}
.AnyTagClassName
{
color: #BE944D;
}
</style>
background-color css
<style>
a { background-color: #BE944D; }
a { background-color: rgb(190,148,77); }
div.DivClassName
{
background-color: #BE944D;
}
.BgClassName
{
background-color: #BE944D;
}
</style>
border-color css
<style>
span { border-color: #BE944D; }
span { border-color: rgb(190,148,77); }
td.TdClassName
{
border-color: #BE944D;
}
.TagClassName
{
border-color: #BE944D;
}
</style>