Shades of Tussock #B9864C
Tints of Tussock #B9864C
RGB
CMYK
RGB Variations
Color information
#B9864C (or 0xB9864C) is known color: Tussock. HEX triplet: B9, 86 and 4C. RGB value is (185,134,76). Sum of RGB (Red+Green+Blue) = 185+134+76=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9864C is #4679B3. Grayscale: #8E8E8E. Windows color (decimal): -4618676 or 5015225. OLE color: 5015225.
HSL color Cylindrical-coordinate representation of color #B9864C: hue angle of 31.93º 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 #B9864C is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 134 | 76 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.27 |
| HSL | 31.93º | 0.44% | 0.51% | - |
| HSV(B) | 31.93º | 0.59% | 0.73% | - |
| XYZ | 29.84 | 27.89 | 10.65 | - |
| YUV | 142.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 134 | 76 | 0 | 0.28 | 0.59 | 0.27 | 31.93 | 0.44 | 0.51 |
| Hex | B9 | 86 | 4C | 0 | 1C | 3B | 1B | 20 | 2C | 33 |
| Octal | 271 | 206 | 114 | 0 | 34 | 73 | 33 | 40 | 54 | 63 |
| Binary | 10111001 | 10000110 | 1001100 | 0 | 11100 | 111011 | 11011 | 100000 | 101100 | 110011 |
Color Harmonies of #B9864C
Complementary color
Monochromatic Colors of #B9864C
Black with #B9864C
Text Example
Text Example
White with #B9864C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9864C; }
p { color: rgb(185,134,76); }
H1.HeaderClassName
{
color: #B9864C;
}
.AnyTagClassName
{
color: #B9864C;
}
</style>
background-color css
<style>
a { background-color: #B9864C; }
a { background-color: rgb(185,134,76); }
div.DivClassName
{
background-color: #B9864C;
}
.BgClassName
{
background-color: #B9864C;
}
</style>
border-color css
<style>
span { border-color: #B9864C; }
span { border-color: rgb(185,134,76); }
td.TdClassName
{
border-color: #B9864C;
}
.TagClassName
{
border-color: #B9864C;
}
</style>