Shades of Tussock #BE884C
Tints of Tussock #BE884C
RGB
CMYK
RGB Variations
Color information
#BE884C (or 0xBE884C) is known color: Tussock. HEX triplet: BE, 88 and 4C. RGB value is (190,136,76). Sum of RGB (Red+Green+Blue) = 190+136+76=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE884C is #4177B3. Grayscale: #919191. Windows color (decimal): -4290484 or 5015742. OLE color: 5015742.
HSL color Cylindrical-coordinate representation of color #BE884C: hue angle of 31.58º 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 #BE884C is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 136 | 76 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.25 |
| HSL | 31.58º | 0.47% | 0.52% | - |
| HSV(B) | 31.58º | 0.6% | 0.75% | - |
| XYZ | 31.34 | 29.08 | 10.8 | - |
| YUV | 145.31 | 88.89 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 76 | 0 | 0.28 | 0.60 | 0.25 | 31.58 | 0.47 | 0.52 |
| Hex | BE | 88 | 4C | 0 | 1C | 3C | 19 | 20 | 2F | 34 |
| Octal | 276 | 210 | 114 | 0 | 34 | 74 | 31 | 40 | 57 | 64 |
| Binary | 10111110 | 10001000 | 1001100 | 0 | 11100 | 111100 | 11001 | 100000 | 101111 | 110100 |
Color Harmonies of #BE884C
Complementary color
Monochromatic Colors of #BE884C
Black with #BE884C
Text Example
Text Example
White with #BE884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE884C; }
p { color: rgb(190,136,76); }
H1.HeaderClassName
{
color: #BE884C;
}
.AnyTagClassName
{
color: #BE884C;
}
</style>
background-color css
<style>
a { background-color: #BE884C; }
a { background-color: rgb(190,136,76); }
div.DivClassName
{
background-color: #BE884C;
}
.BgClassName
{
background-color: #BE884C;
}
</style>
border-color css
<style>
span { border-color: #BE884C; }
span { border-color: rgb(190,136,76); }
td.TdClassName
{
border-color: #BE884C;
}
.TagClassName
{
border-color: #BE884C;
}
</style>