Shades of Tussock #B9934C
Tints of Tussock #B9934C
RGB
CMYK
RGB Variations
Color information
#B9934C (or 0xB9934C) is known color: Tussock. HEX triplet: B9, 93 and 4C. RGB value is (185,147,76). Sum of RGB (Red+Green+Blue) = 185+147+76=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9934C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9934C is #466CB3. Grayscale: #969696. Windows color (decimal): -4615348 or 5018553. OLE color: 5018553.
HSL color Cylindrical-coordinate representation of color #B9934C: hue angle of 39.08º 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 #B9934C is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 147 | 76 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.27 |
| HSL | 39.08º | 0.44% | 0.51% | - |
| HSV(B) | 39.08º | 0.59% | 0.73% | - |
| XYZ | 31.75 | 31.7 | 11.28 | - |
| YUV | 150.27 | 86.09 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 147 | 76 | 0 | 0.21 | 0.59 | 0.27 | 39.08 | 0.44 | 0.51 |
| Hex | B9 | 93 | 4C | 0 | 15 | 3B | 1B | 27 | 2C | 33 |
| Octal | 271 | 223 | 114 | 0 | 25 | 73 | 33 | 47 | 54 | 63 |
| Binary | 10111001 | 10010011 | 1001100 | 0 | 10101 | 111011 | 11011 | 100111 | 101100 | 110011 |
Color Harmonies of #B9934C
Complementary color
Monochromatic Colors of #B9934C
Black with #B9934C
Text Example
Text Example
White with #B9934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9934C; }
p { color: rgb(185,147,76); }
H1.HeaderClassName
{
color: #B9934C;
}
.AnyTagClassName
{
color: #B9934C;
}
</style>
background-color css
<style>
a { background-color: #B9934C; }
a { background-color: rgb(185,147,76); }
div.DivClassName
{
background-color: #B9934C;
}
.BgClassName
{
background-color: #B9934C;
}
</style>
border-color css
<style>
span { border-color: #B9934C; }
span { border-color: rgb(185,147,76); }
td.TdClassName
{
border-color: #B9934C;
}
.TagClassName
{
border-color: #B9934C;
}
</style>