Shades of Tussock #BE8A4D
Tints of Tussock #BE8A4D
RGB
CMYK
RGB Variations
Color information
#BE8A4D (or 0xBE8A4D) is known color: Tussock. HEX triplet: BE, 8A and 4D. RGB value is (190,138,77). Sum of RGB (Red+Green+Blue) = 190+138+77=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8A4D is #4175B2. Grayscale: #929292. Windows color (decimal): -4289971 or 5081790. OLE color: 5081790.
HSL color Cylindrical-coordinate representation of color #BE8A4D: hue angle of 32.39º 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 #BE8A4D is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 138 | 77 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.25 |
| HSL | 32.39º | 0.47% | 0.52% | - |
| HSV(B) | 32.39º | 0.59% | 0.75% | - |
| XYZ | 31.66 | 29.66 | 11.08 | - |
| YUV | 146.59 | 88.73 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 77 | 0 | 0.27 | 0.59 | 0.25 | 32.39 | 0.47 | 0.52 |
| Hex | BE | 8A | 4D | 0 | 1B | 3B | 19 | 20 | 2F | 34 |
| Octal | 276 | 212 | 115 | 0 | 33 | 73 | 31 | 40 | 57 | 64 |
| Binary | 10111110 | 10001010 | 1001101 | 0 | 11011 | 111011 | 11001 | 100000 | 101111 | 110100 |
Color Harmonies of #BE8A4D
Complementary color
Monochromatic Colors of #BE8A4D
Black with #BE8A4D
Text Example
Text Example
White with #BE8A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8A4D; }
p { color: rgb(190,138,77); }
H1.HeaderClassName
{
color: #BE8A4D;
}
.AnyTagClassName
{
color: #BE8A4D;
}
</style>
background-color css
<style>
a { background-color: #BE8A4D; }
a { background-color: rgb(190,138,77); }
div.DivClassName
{
background-color: #BE8A4D;
}
.BgClassName
{
background-color: #BE8A4D;
}
</style>
border-color css
<style>
span { border-color: #BE8A4D; }
span { border-color: rgb(190,138,77); }
td.TdClassName
{
border-color: #BE8A4D;
}
.TagClassName
{
border-color: #BE8A4D;
}
</style>