Shades of Tussock #B9884B
Tints of Tussock #B9884B
RGB
CMYK
RGB Variations
Color information
#B9884B (or 0xB9884B) is known color: Tussock. HEX triplet: B9, 88 and 4B. RGB value is (185,136,75). Sum of RGB (Red+Green+Blue) = 185+136+75=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9884B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9884B is #4677B4. Grayscale: #8F8F8F. Windows color (decimal): -4618165 or 4950201. OLE color: 4950201.
HSL color Cylindrical-coordinate representation of color #B9884B: hue angle of 33.27º 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 #B9884B is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 136 | 75 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.27 |
| HSL | 33.27º | 0.44% | 0.51% | - |
| HSV(B) | 33.27º | 0.59% | 0.73% | - |
| XYZ | 30.08 | 28.43 | 10.56 | - |
| YUV | 143.7 | 89.23 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 75 | 0 | 0.26 | 0.59 | 0.27 | 33.27 | 0.44 | 0.51 |
| Hex | B9 | 88 | 4B | 0 | 1A | 3B | 1B | 21 | 2C | 33 |
| Octal | 271 | 210 | 113 | 0 | 32 | 73 | 33 | 41 | 54 | 63 |
| Binary | 10111001 | 10001000 | 1001011 | 0 | 11010 | 111011 | 11011 | 100001 | 101100 | 110011 |
Color Harmonies of #B9884B
Complementary color
Monochromatic Colors of #B9884B
Black with #B9884B
Text Example
Text Example
White with #B9884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9884B; }
p { color: rgb(185,136,75); }
H1.HeaderClassName
{
color: #B9884B;
}
.AnyTagClassName
{
color: #B9884B;
}
</style>
background-color css
<style>
a { background-color: #B9884B; }
a { background-color: rgb(185,136,75); }
div.DivClassName
{
background-color: #B9884B;
}
.BgClassName
{
background-color: #B9884B;
}
</style>
border-color css
<style>
span { border-color: #B9884B; }
span { border-color: rgb(185,136,75); }
td.TdClassName
{
border-color: #B9884B;
}
.TagClassName
{
border-color: #B9884B;
}
</style>