Shades of Tussock #BE904A
Tints of Tussock #BE904A
RGB
CMYK
RGB Variations
Color information
#BE904A (or 0xBE904A) is known color: Tussock. HEX triplet: BE, 90 and 4A. RGB value is (190,144,74). Sum of RGB (Red+Green+Blue) = 190+144+74=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE904A is #416FB5. Grayscale: #969696. Windows color (decimal): -4288438 or 4886718. OLE color: 4886718.
HSL color Cylindrical-coordinate representation of color #BE904A: hue angle of 36.21º 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 #BE904A is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 144 | 74 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.25 |
| HSL | 36.21º | 0.47% | 0.52% | - |
| HSV(B) | 36.21º | 0.61% | 0.75% | - |
| XYZ | 32.44 | 31.39 | 10.83 | - |
| YUV | 149.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 74 | 0 | 0.24 | 0.61 | 0.25 | 36.21 | 0.47 | 0.52 |
| Hex | BE | 90 | 4A | 0 | 18 | 3D | 19 | 24 | 2F | 34 |
| Octal | 276 | 220 | 112 | 0 | 30 | 75 | 31 | 44 | 57 | 64 |
| Binary | 10111110 | 10010000 | 1001010 | 0 | 11000 | 111101 | 11001 | 100100 | 101111 | 110100 |
Color Harmonies of #BE904A
Complementary color
Monochromatic Colors of #BE904A
Black with #BE904A
Text Example
Text Example
White with #BE904A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE904A; }
p { color: rgb(190,144,74); }
H1.HeaderClassName
{
color: #BE904A;
}
.AnyTagClassName
{
color: #BE904A;
}
</style>
background-color css
<style>
a { background-color: #BE904A; }
a { background-color: rgb(190,144,74); }
div.DivClassName
{
background-color: #BE904A;
}
.BgClassName
{
background-color: #BE904A;
}
</style>
border-color css
<style>
span { border-color: #BE904A; }
span { border-color: rgb(190,144,74); }
td.TdClassName
{
border-color: #BE904A;
}
.TagClassName
{
border-color: #BE904A;
}
</style>