Shades of Tussock #B9884C
Tints of Tussock #B9884C
RGB
CMYK
RGB Variations
Color information
#B9884C (or 0xB9884C) is known color: Tussock. HEX triplet: B9, 88 and 4C. RGB value is (185,136,76). Sum of RGB (Red+Green+Blue) = 185+136+76=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9884C is #4677B3. Grayscale: #909090. Windows color (decimal): -4618164 or 5015737. OLE color: 5015737.
HSL color Cylindrical-coordinate representation of color #B9884C: hue angle of 33.03º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9884C is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 136 | 76 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.27 |
| HSL | 33.03º | 0.44% | 0.51% | - |
| HSV(B) | 33.03º | 0.59% | 0.73% | - |
| XYZ | 30.12 | 28.44 | 10.74 | - |
| YUV | 143.81 | 89.73 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 76 | 0 | 0.26 | 0.59 | 0.27 | 33.03 | 0.44 | 0.51 |
| Hex | B9 | 88 | 4C | 0 | 1A | 3B | 1B | 21 | 2C | 33 |
| Octal | 271 | 210 | 114 | 0 | 32 | 73 | 33 | 41 | 54 | 63 |
| Binary | 10111001 | 10001000 | 1001100 | 0 | 11010 | 111011 | 11011 | 100001 | 101100 | 110011 |
Color Harmonies of #B9884C
Complementary color
Monochromatic Colors of #B9884C
Black with #B9884C
Text Example
Text Example
White with #B9884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9884C; }
p { color: rgb(185,136,76); }
H1.HeaderClassName
{
color: #B9884C;
}
.AnyTagClassName
{
color: #B9884C;
}
</style>
background-color css
<style>
a { background-color: #B9884C; }
a { background-color: rgb(185,136,76); }
div.DivClassName
{
background-color: #B9884C;
}
.BgClassName
{
background-color: #B9884C;
}
</style>
border-color css
<style>
span { border-color: #B9884C; }
span { border-color: rgb(185,136,76); }
td.TdClassName
{
border-color: #B9884C;
}
.TagClassName
{
border-color: #B9884C;
}
</style>