Shades of Tussock #BE914E
Tints of Tussock #BE914E
RGB
CMYK
RGB Variations
Color information
#BE914E (or 0xBE914E) is known color: Tussock. HEX triplet: BE, 91 and 4E. RGB value is (190,145,78). Sum of RGB (Red+Green+Blue) = 190+145+78=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE914E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE914E is #416EB1. Grayscale: #979797. Windows color (decimal): -4288178 or 5149118. OLE color: 5149118.
HSL color Cylindrical-coordinate representation of color #BE914E: hue angle of 35.89º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE914E is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 78 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.25 |
| HSL | 35.89º | 0.46% | 0.53% | - |
| HSV(B) | 35.89º | 0.59% | 0.75% | - |
| XYZ | 32.74 | 31.75 | 11.61 | - |
| YUV | 150.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 78 | 0 | 0.24 | 0.59 | 0.25 | 35.89 | 0.46 | 0.53 |
| Hex | BE | 91 | 4E | 0 | 18 | 3B | 19 | 24 | 2E | 35 |
| Octal | 276 | 221 | 116 | 0 | 30 | 73 | 31 | 44 | 56 | 65 |
| Binary | 10111110 | 10010001 | 1001110 | 0 | 11000 | 111011 | 11001 | 100100 | 101110 | 110101 |
Color Harmonies of #BE914E
Complementary color
Monochromatic Colors of #BE914E
Black with #BE914E
Text Example
Text Example
White with #BE914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE914E; }
p { color: rgb(190,145,78); }
H1.HeaderClassName
{
color: #BE914E;
}
.AnyTagClassName
{
color: #BE914E;
}
</style>
background-color css
<style>
a { background-color: #BE914E; }
a { background-color: rgb(190,145,78); }
div.DivClassName
{
background-color: #BE914E;
}
.BgClassName
{
background-color: #BE914E;
}
</style>
border-color css
<style>
span { border-color: #BE914E; }
span { border-color: rgb(190,145,78); }
td.TdClassName
{
border-color: #BE914E;
}
.TagClassName
{
border-color: #BE914E;
}
</style>