Shades of Tussock #B5904D
Tints of Tussock #B5904D
RGB
CMYK
RGB Variations
Color information
#B5904D (or 0xB5904D) is known color: Tussock. HEX triplet: B5, 90 and 4D. RGB value is (181,144,77). Sum of RGB (Red+Green+Blue) = 181+144+77=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B5904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5904D is #4A6FB2. Grayscale: #939393. Windows color (decimal): -4878259 or 5083317. OLE color: 5083317.
HSL color Cylindrical-coordinate representation of color #B5904D: hue angle of 38.65º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5904D is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 144 | 77 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.29 |
| HSL | 38.65º | 0.41% | 0.51% | - |
| HSV(B) | 38.65º | 0.57% | 0.71% | - |
| XYZ | 30.37 | 30.31 | 11.27 | - |
| YUV | 147.43 | 88.26 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 77 | 0 | 0.20 | 0.57 | 0.29 | 38.65 | 0.41 | 0.51 |
| Hex | B5 | 90 | 4D | 0 | 14 | 39 | 1D | 27 | 29 | 33 |
| Octal | 265 | 220 | 115 | 0 | 24 | 71 | 35 | 47 | 51 | 63 |
| Binary | 10110101 | 10010000 | 1001101 | 0 | 10100 | 111001 | 11101 | 100111 | 101001 | 110011 |
Color Harmonies of #B5904D
Complementary color
Monochromatic Colors of #B5904D
Black with #B5904D
Text Example
Text Example
White with #B5904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5904D; }
p { color: rgb(181,144,77); }
H1.HeaderClassName
{
color: #B5904D;
}
.AnyTagClassName
{
color: #B5904D;
}
</style>
background-color css
<style>
a { background-color: #B5904D; }
a { background-color: rgb(181,144,77); }
div.DivClassName
{
background-color: #B5904D;
}
.BgClassName
{
background-color: #B5904D;
}
</style>
border-color css
<style>
span { border-color: #B5904D; }
span { border-color: rgb(181,144,77); }
td.TdClassName
{
border-color: #B5904D;
}
.TagClassName
{
border-color: #B5904D;
}
</style>