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