Shades of Tussock #BE914D
Tints of Tussock #BE914D
RGB
CMYK
RGB Variations
Color information
#BE914D (or 0xBE914D) is known color: Tussock. HEX triplet: BE, 91 and 4D. RGB value is (190,145,77). Sum of RGB (Red+Green+Blue) = 190+145+77=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE914D is #416EB2. Grayscale: #979797. Windows color (decimal): -4288179 or 5083582. OLE color: 5083582.
HSL color Cylindrical-coordinate representation of color #BE914D: hue angle of 36.11º 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 #BE914D is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 77 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.25 |
| HSL | 36.11º | 0.47% | 0.52% | - |
| HSV(B) | 36.11º | 0.59% | 0.75% | - |
| XYZ | 32.7 | 31.73 | 11.42 | - |
| YUV | 150.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 77 | 0 | 0.24 | 0.59 | 0.25 | 36.11 | 0.47 | 0.52 |
| Hex | BE | 91 | 4D | 0 | 18 | 3B | 19 | 24 | 2F | 34 |
| Octal | 276 | 221 | 115 | 0 | 30 | 73 | 31 | 44 | 57 | 64 |
| Binary | 10111110 | 10010001 | 1001101 | 0 | 11000 | 111011 | 11001 | 100100 | 101111 | 110100 |
Color Harmonies of #BE914D
Complementary color
Monochromatic Colors of #BE914D
Black with #BE914D
Text Example
Text Example
White with #BE914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE914D; }
p { color: rgb(190,145,77); }
H1.HeaderClassName
{
color: #BE914D;
}
.AnyTagClassName
{
color: #BE914D;
}
</style>
background-color css
<style>
a { background-color: #BE914D; }
a { background-color: rgb(190,145,77); }
div.DivClassName
{
background-color: #BE914D;
}
.BgClassName
{
background-color: #BE914D;
}
</style>
border-color css
<style>
span { border-color: #BE914D; }
span { border-color: rgb(190,145,77); }
td.TdClassName
{
border-color: #BE914D;
}
.TagClassName
{
border-color: #BE914D;
}
</style>