Shades of Tussock #BE8D45
Tints of Tussock #BE8D45
RGB
CMYK
RGB Variations
Color information
#BE8D45 (or 0xBE8D45) is known color: Tussock. HEX triplet: BE, 8D and 45. RGB value is (190,141,69). Sum of RGB (Red+Green+Blue) = 190+141+69=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8D45 is #4172BA. Grayscale: #939393. Windows color (decimal): -4289211 or 4558270. OLE color: 4558270.
HSL color Cylindrical-coordinate representation of color #BE8D45: hue angle of 35.7º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE8D45 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 69 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.25 |
| HSL | 35.7º | 0.48% | 0.51% | - |
| HSV(B) | 35.7º | 0.64% | 0.75% | - |
| XYZ | 31.83 | 30.43 | 9.83 | - |
| YUV | 147.44 | 83.73 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 69 | 0 | 0.26 | 0.64 | 0.25 | 35.7 | 0.48 | 0.51 |
| Hex | BE | 8D | 45 | 0 | 1A | 40 | 19 | 24 | 30 | 33 |
| Octal | 276 | 215 | 105 | 0 | 32 | 100 | 31 | 44 | 60 | 63 |
| Binary | 10111110 | 10001101 | 1000101 | 0 | 11010 | 1000000 | 11001 | 100100 | 110000 | 110011 |
Color Harmonies of #BE8D45
Complementary color
Monochromatic Colors of #BE8D45
Black with #BE8D45
Text Example
Text Example
White with #BE8D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8D45; }
p { color: rgb(190,141,69); }
H1.HeaderClassName
{
color: #BE8D45;
}
.AnyTagClassName
{
color: #BE8D45;
}
</style>
background-color css
<style>
a { background-color: #BE8D45; }
a { background-color: rgb(190,141,69); }
div.DivClassName
{
background-color: #BE8D45;
}
.BgClassName
{
background-color: #BE8D45;
}
</style>
border-color css
<style>
span { border-color: #BE8D45; }
span { border-color: rgb(190,141,69); }
td.TdClassName
{
border-color: #BE8D45;
}
.TagClassName
{
border-color: #BE8D45;
}
</style>