Shades of Tussock #BE8F50
Tints of Tussock #BE8F50
RGB
CMYK
RGB Variations
Color information
#BE8F50 (or 0xBE8F50) is known color: Tussock. HEX triplet: BE, 8F and 50. RGB value is (190,143,80). Sum of RGB (Red+Green+Blue) = 190+143+80=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F50 is #4170AF. Grayscale: #969696. Windows color (decimal): -4288688 or 5279678. OLE color: 5279678.
HSL color Cylindrical-coordinate representation of color #BE8F50: hue angle of 34.36º 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 #BE8F50 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 80 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.25 |
| HSL | 34.36º | 0.46% | 0.53% | - |
| HSV(B) | 34.36º | 0.58% | 0.75% | - |
| XYZ | 32.51 | 31.17 | 11.89 | - |
| YUV | 149.87 | 88.57 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 80 | 0 | 0.25 | 0.58 | 0.25 | 34.36 | 0.46 | 0.53 |
| Hex | BE | 8F | 50 | 0 | 19 | 3A | 19 | 22 | 2E | 35 |
| Octal | 276 | 217 | 120 | 0 | 31 | 72 | 31 | 42 | 56 | 65 |
| Binary | 10111110 | 10001111 | 1010000 | 0 | 11001 | 111010 | 11001 | 100010 | 101110 | 110101 |
Color Harmonies of #BE8F50
Complementary color
Monochromatic Colors of #BE8F50
Black with #BE8F50
Text Example
Text Example
White with #BE8F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F50; }
p { color: rgb(190,143,80); }
H1.HeaderClassName
{
color: #BE8F50;
}
.AnyTagClassName
{
color: #BE8F50;
}
</style>
background-color css
<style>
a { background-color: #BE8F50; }
a { background-color: rgb(190,143,80); }
div.DivClassName
{
background-color: #BE8F50;
}
.BgClassName
{
background-color: #BE8F50;
}
</style>
border-color css
<style>
span { border-color: #BE8F50; }
span { border-color: rgb(190,143,80); }
td.TdClassName
{
border-color: #BE8F50;
}
.TagClassName
{
border-color: #BE8F50;
}
</style>