Shades of Tussock #B5904C
Tints of Tussock #B5904C
RGB
CMYK
RGB Variations
Color information
#B5904C (or 0xB5904C) is known color: Tussock. HEX triplet: B5, 90 and 4C. RGB value is (181,144,76). Sum of RGB (Red+Green+Blue) = 181+144+76=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B5904C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5904C is #4A6FB3. Grayscale: #939393. Windows color (decimal): -4878260 or 5017781. OLE color: 5017781.
HSL color Cylindrical-coordinate representation of color #B5904C: hue angle of 38.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5904C is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 144 | 76 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.29 |
| HSL | 38.86º | 0.42% | 0.5% | - |
| HSV(B) | 38.86º | 0.58% | 0.71% | - |
| XYZ | 30.33 | 30.29 | 11.09 | - |
| YUV | 147.31 | 87.76 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 76 | 0 | 0.20 | 0.58 | 0.29 | 38.86 | 0.42 | 0.5 |
| Hex | B5 | 90 | 4C | 0 | 14 | 3A | 1D | 27 | 2A | 32 |
| Octal | 265 | 220 | 114 | 0 | 24 | 72 | 35 | 47 | 52 | 62 |
| Binary | 10110101 | 10010000 | 1001100 | 0 | 10100 | 111010 | 11101 | 100111 | 101010 | 110010 |
Color Harmonies of #B5904C
Complementary color
Monochromatic Colors of #B5904C
Black with #B5904C
Text Example
Text Example
White with #B5904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5904C; }
p { color: rgb(181,144,76); }
H1.HeaderClassName
{
color: #B5904C;
}
.AnyTagClassName
{
color: #B5904C;
}
</style>
background-color css
<style>
a { background-color: #B5904C; }
a { background-color: rgb(181,144,76); }
div.DivClassName
{
background-color: #B5904C;
}
.BgClassName
{
background-color: #B5904C;
}
</style>
border-color css
<style>
span { border-color: #B5904C; }
span { border-color: rgb(181,144,76); }
td.TdClassName
{
border-color: #B5904C;
}
.TagClassName
{
border-color: #B5904C;
}
</style>