Shades of Tussock #BE8E4D
Tints of Tussock #BE8E4D
RGB
CMYK
RGB Variations
Color information
#BE8E4D (or 0xBE8E4D) is known color: Tussock. HEX triplet: BE, 8E and 4D. RGB value is (190,142,77). Sum of RGB (Red+Green+Blue) = 190+142+77=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8E4D is #4171B2. Grayscale: #959595. Windows color (decimal): -4288947 or 5082814. OLE color: 5082814.
HSL color Cylindrical-coordinate representation of color #BE8E4D: hue angle of 34.51º 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 #BE8E4D is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 142 | 77 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.25 |
| HSL | 34.51º | 0.47% | 0.52% | - |
| HSV(B) | 34.51º | 0.59% | 0.75% | - |
| XYZ | 32.25 | 30.83 | 11.27 | - |
| YUV | 148.94 | 87.4 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 142 | 77 | 0 | 0.25 | 0.59 | 0.25 | 34.51 | 0.47 | 0.52 |
| Hex | BE | 8E | 4D | 0 | 19 | 3B | 19 | 23 | 2F | 34 |
| Octal | 276 | 216 | 115 | 0 | 31 | 73 | 31 | 43 | 57 | 64 |
| Binary | 10111110 | 10001110 | 1001101 | 0 | 11001 | 111011 | 11001 | 100011 | 101111 | 110100 |
Color Harmonies of #BE8E4D
Complementary color
Monochromatic Colors of #BE8E4D
Black with #BE8E4D
Text Example
Text Example
White with #BE8E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8E4D; }
p { color: rgb(190,142,77); }
H1.HeaderClassName
{
color: #BE8E4D;
}
.AnyTagClassName
{
color: #BE8E4D;
}
</style>
background-color css
<style>
a { background-color: #BE8E4D; }
a { background-color: rgb(190,142,77); }
div.DivClassName
{
background-color: #BE8E4D;
}
.BgClassName
{
background-color: #BE8E4D;
}
</style>
border-color css
<style>
span { border-color: #BE8E4D; }
span { border-color: rgb(190,142,77); }
td.TdClassName
{
border-color: #BE8E4D;
}
.TagClassName
{
border-color: #BE8E4D;
}
</style>