Shades of Tussock #BE8D4F
Tints of Tussock #BE8D4F
RGB
CMYK
RGB Variations
Color information
#BE8D4F (or 0xBE8D4F) is known color: Tussock. HEX triplet: BE, 8D and 4F. RGB value is (190,141,79). Sum of RGB (Red+Green+Blue) = 190+141+79=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D4F is #4172B0. Grayscale: #949494. Windows color (decimal): -4289201 or 5213630. OLE color: 5213630.
HSL color Cylindrical-coordinate representation of color #BE8D4F: hue angle of 33.51º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE8D4F is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 79 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.25 |
| HSL | 33.51º | 0.46% | 0.53% | - |
| HSV(B) | 33.51º | 0.58% | 0.75% | - |
| XYZ | 32.17 | 30.56 | 11.6 | - |
| YUV | 148.58 | 88.73 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 79 | 0 | 0.26 | 0.58 | 0.25 | 33.51 | 0.46 | 0.53 |
| Hex | BE | 8D | 4F | 0 | 1A | 3A | 19 | 22 | 2E | 35 |
| Octal | 276 | 215 | 117 | 0 | 32 | 72 | 31 | 42 | 56 | 65 |
| Binary | 10111110 | 10001101 | 1001111 | 0 | 11010 | 111010 | 11001 | 100010 | 101110 | 110101 |
Color Harmonies of #BE8D4F
Complementary color
Monochromatic Colors of #BE8D4F
Black with #BE8D4F
Text Example
Text Example
White with #BE8D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8D4F; }
p { color: rgb(190,141,79); }
H1.HeaderClassName
{
color: #BE8D4F;
}
.AnyTagClassName
{
color: #BE8D4F;
}
</style>
background-color css
<style>
a { background-color: #BE8D4F; }
a { background-color: rgb(190,141,79); }
div.DivClassName
{
background-color: #BE8D4F;
}
.BgClassName
{
background-color: #BE8D4F;
}
</style>
border-color css
<style>
span { border-color: #BE8D4F; }
span { border-color: rgb(190,141,79); }
td.TdClassName
{
border-color: #BE8D4F;
}
.TagClassName
{
border-color: #BE8D4F;
}
</style>