Shades of Tussock #BE8D4A
Tints of Tussock #BE8D4A
RGB
CMYK
RGB Variations
Color information
#BE8D4A (or 0xBE8D4A) is known color: Tussock. HEX triplet: BE, 8D and 4A. RGB value is (190,141,74). Sum of RGB (Red+Green+Blue) = 190+141+74=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8D4A is #4172B5. Grayscale: #949494. Windows color (decimal): -4289206 or 4885950. OLE color: 4885950.
HSL color Cylindrical-coordinate representation of color #BE8D4A: hue angle of 34.66º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE8D4A is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 74 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.25 |
| HSL | 34.66º | 0.47% | 0.52% | - |
| HSV(B) | 34.66º | 0.61% | 0.75% | - |
| XYZ | 32 | 30.49 | 10.68 | - |
| YUV | 148.01 | 86.23 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 74 | 0 | 0.26 | 0.61 | 0.25 | 34.66 | 0.47 | 0.52 |
| Hex | BE | 8D | 4A | 0 | 1A | 3D | 19 | 23 | 2F | 34 |
| Octal | 276 | 215 | 112 | 0 | 32 | 75 | 31 | 43 | 57 | 64 |
| Binary | 10111110 | 10001101 | 1001010 | 0 | 11010 | 111101 | 11001 | 100011 | 101111 | 110100 |
Color Harmonies of #BE8D4A
Complementary color
Monochromatic Colors of #BE8D4A
Black with #BE8D4A
Text Example
Text Example
White with #BE8D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8D4A; }
p { color: rgb(190,141,74); }
H1.HeaderClassName
{
color: #BE8D4A;
}
.AnyTagClassName
{
color: #BE8D4A;
}
</style>
background-color css
<style>
a { background-color: #BE8D4A; }
a { background-color: rgb(190,141,74); }
div.DivClassName
{
background-color: #BE8D4A;
}
.BgClassName
{
background-color: #BE8D4A;
}
</style>
border-color css
<style>
span { border-color: #BE8D4A; }
span { border-color: rgb(190,141,74); }
td.TdClassName
{
border-color: #BE8D4A;
}
.TagClassName
{
border-color: #BE8D4A;
}
</style>