Shades of Tussock #BE8C45
Tints of Tussock #BE8C45
RGB
CMYK
RGB Variations
Color information
#BE8C45 (or 0xBE8C45) is known color: Tussock. HEX triplet: BE, 8C and 45. RGB value is (190,140,69). Sum of RGB (Red+Green+Blue) = 190+140+69=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C45 is #4173BA. Grayscale: #939393. Windows color (decimal): -4289467 or 4558014. OLE color: 4558014.
HSL color Cylindrical-coordinate representation of color #BE8C45: hue angle of 35.21º 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 #BE8C45 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 69 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.25 |
| HSL | 35.21º | 0.48% | 0.51% | - |
| HSV(B) | 35.21º | 0.64% | 0.75% | - |
| XYZ | 31.69 | 30.13 | 9.78 | - |
| YUV | 146.86 | 84.07 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 69 | 0 | 0.26 | 0.64 | 0.25 | 35.21 | 0.48 | 0.51 |
| Hex | BE | 8C | 45 | 0 | 1A | 40 | 19 | 23 | 30 | 33 |
| Octal | 276 | 214 | 105 | 0 | 32 | 100 | 31 | 43 | 60 | 63 |
| Binary | 10111110 | 10001100 | 1000101 | 0 | 11010 | 1000000 | 11001 | 100011 | 110000 | 110011 |
Color Harmonies of #BE8C45
Complementary color
Monochromatic Colors of #BE8C45
Black with #BE8C45
Text Example
Text Example
White with #BE8C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C45; }
p { color: rgb(190,140,69); }
H1.HeaderClassName
{
color: #BE8C45;
}
.AnyTagClassName
{
color: #BE8C45;
}
</style>
background-color css
<style>
a { background-color: #BE8C45; }
a { background-color: rgb(190,140,69); }
div.DivClassName
{
background-color: #BE8C45;
}
.BgClassName
{
background-color: #BE8C45;
}
</style>
border-color css
<style>
span { border-color: #BE8C45; }
span { border-color: rgb(190,140,69); }
td.TdClassName
{
border-color: #BE8C45;
}
.TagClassName
{
border-color: #BE8C45;
}
</style>