Shades of Tussock #BE8F4C
Tints of Tussock #BE8F4C
RGB
CMYK
RGB Variations
Color information
#BE8F4C (or 0xBE8F4C) is known color: Tussock. HEX triplet: BE, 8F and 4C. RGB value is (190,143,76). Sum of RGB (Red+Green+Blue) = 190+143+76=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F4C is #4170B3. Grayscale: #959595. Windows color (decimal): -4288692 or 5017534. OLE color: 5017534.
HSL color Cylindrical-coordinate representation of color #BE8F4C: hue angle of 35.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE8F4C is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 76 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.25 |
| HSL | 35.26º | 0.47% | 0.52% | - |
| HSV(B) | 35.26º | 0.6% | 0.75% | - |
| XYZ | 32.36 | 31.11 | 11.14 | - |
| YUV | 149.42 | 86.57 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 76 | 0 | 0.25 | 0.60 | 0.25 | 35.26 | 0.47 | 0.52 |
| Hex | BE | 8F | 4C | 0 | 19 | 3C | 19 | 23 | 2F | 34 |
| Octal | 276 | 217 | 114 | 0 | 31 | 74 | 31 | 43 | 57 | 64 |
| Binary | 10111110 | 10001111 | 1001100 | 0 | 11001 | 111100 | 11001 | 100011 | 101111 | 110100 |
Color Harmonies of #BE8F4C
Complementary color
Monochromatic Colors of #BE8F4C
Black with #BE8F4C
Text Example
Text Example
White with #BE8F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F4C; }
p { color: rgb(190,143,76); }
H1.HeaderClassName
{
color: #BE8F4C;
}
.AnyTagClassName
{
color: #BE8F4C;
}
</style>
background-color css
<style>
a { background-color: #BE8F4C; }
a { background-color: rgb(190,143,76); }
div.DivClassName
{
background-color: #BE8F4C;
}
.BgClassName
{
background-color: #BE8F4C;
}
</style>
border-color css
<style>
span { border-color: #BE8F4C; }
span { border-color: rgb(190,143,76); }
td.TdClassName
{
border-color: #BE8F4C;
}
.TagClassName
{
border-color: #BE8F4C;
}
</style>