Shades of Tussock #BB954D
Tints of Tussock #BB954D
RGB
CMYK
RGB Variations
Color information
#BB954D (or 0xBB954D) is known color: Tussock. HEX triplet: BB, 95 and 4D. RGB value is (187,149,77). Sum of RGB (Red+Green+Blue) = 187+149+77=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB954D is #446AB2. Grayscale: #989898. Windows color (decimal): -4483763 or 5084603. OLE color: 5084603.
HSL color Cylindrical-coordinate representation of color #BB954D: hue angle of 39.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB954D is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 149 | 77 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.27 |
| HSL | 39.27º | 0.45% | 0.52% | - |
| HSV(B) | 39.27º | 0.59% | 0.73% | - |
| XYZ | 32.58 | 32.6 | 11.6 | - |
| YUV | 152.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 77 | 0 | 0.20 | 0.59 | 0.27 | 39.27 | 0.45 | 0.52 |
| Hex | BB | 95 | 4D | 0 | 14 | 3B | 1B | 27 | 2D | 34 |
| Octal | 273 | 225 | 115 | 0 | 24 | 73 | 33 | 47 | 55 | 64 |
| Binary | 10111011 | 10010101 | 1001101 | 0 | 10100 | 111011 | 11011 | 100111 | 101101 | 110100 |
Color Harmonies of #BB954D
Complementary color
Monochromatic Colors of #BB954D
Black with #BB954D
Text Example
Text Example
White with #BB954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB954D; }
p { color: rgb(187,149,77); }
H1.HeaderClassName
{
color: #BB954D;
}
.AnyTagClassName
{
color: #BB954D;
}
</style>
background-color css
<style>
a { background-color: #BB954D; }
a { background-color: rgb(187,149,77); }
div.DivClassName
{
background-color: #BB954D;
}
.BgClassName
{
background-color: #BB954D;
}
</style>
border-color css
<style>
span { border-color: #BB954D; }
span { border-color: rgb(187,149,77); }
td.TdClassName
{
border-color: #BB954D;
}
.TagClassName
{
border-color: #BB954D;
}
</style>