Shades of Tussock #BE9145
Tints of Tussock #BE9145
RGB
CMYK
RGB Variations
Color information
#BE9145 (or 0xBE9145) is known color: Tussock. HEX triplet: BE, 91 and 45. RGB value is (190,145,69). Sum of RGB (Red+Green+Blue) = 190+145+69=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9145 is #416EBA. Grayscale: #969696. Windows color (decimal): -4288187 or 4559294. OLE color: 4559294.
HSL color Cylindrical-coordinate representation of color #BE9145: hue angle of 37.69º 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 #BE9145 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 69 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.25 |
| HSL | 37.69º | 0.48% | 0.51% | - |
| HSV(B) | 37.69º | 0.64% | 0.75% | - |
| XYZ | 32.43 | 31.63 | 10.03 | - |
| YUV | 149.79 | 82.41 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 69 | 0 | 0.24 | 0.64 | 0.25 | 37.69 | 0.48 | 0.51 |
| Hex | BE | 91 | 45 | 0 | 18 | 40 | 19 | 26 | 30 | 33 |
| Octal | 276 | 221 | 105 | 0 | 30 | 100 | 31 | 46 | 60 | 63 |
| Binary | 10111110 | 10010001 | 1000101 | 0 | 11000 | 1000000 | 11001 | 100110 | 110000 | 110011 |
Color Harmonies of #BE9145
Complementary color
Monochromatic Colors of #BE9145
Black with #BE9145
Text Example
Text Example
White with #BE9145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9145; }
p { color: rgb(190,145,69); }
H1.HeaderClassName
{
color: #BE9145;
}
.AnyTagClassName
{
color: #BE9145;
}
</style>
background-color css
<style>
a { background-color: #BE9145; }
a { background-color: rgb(190,145,69); }
div.DivClassName
{
background-color: #BE9145;
}
.BgClassName
{
background-color: #BE9145;
}
</style>
border-color css
<style>
span { border-color: #BE9145; }
span { border-color: rgb(190,145,69); }
td.TdClassName
{
border-color: #BE9145;
}
.TagClassName
{
border-color: #BE9145;
}
</style>