Shades of Tussock #B9854B
Tints of Tussock #B9854B
RGB
CMYK
RGB Variations
Color information
#B9854B (or 0xB9854B) is known color: Tussock. HEX triplet: B9, 85 and 4B. RGB value is (185,133,75). Sum of RGB (Red+Green+Blue) = 185+133+75=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9854B is #467AB4. Grayscale: #8E8E8E. Windows color (decimal): -4618933 or 4949433. OLE color: 4949433.
HSL color Cylindrical-coordinate representation of color #B9854B: hue angle of 31.64º 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 #B9854B is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 75 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.27 |
| HSL | 31.64º | 0.44% | 0.51% | - |
| HSV(B) | 31.64º | 0.59% | 0.73% | - |
| XYZ | 29.67 | 27.6 | 10.42 | - |
| YUV | 141.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 75 | 0 | 0.28 | 0.59 | 0.27 | 31.64 | 0.44 | 0.51 |
| Hex | B9 | 85 | 4B | 0 | 1C | 3B | 1B | 20 | 2C | 33 |
| Octal | 271 | 205 | 113 | 0 | 34 | 73 | 33 | 40 | 54 | 63 |
| Binary | 10111001 | 10000101 | 1001011 | 0 | 11100 | 111011 | 11011 | 100000 | 101100 | 110011 |
Color Harmonies of #B9854B
Complementary color
Monochromatic Colors of #B9854B
Black with #B9854B
Text Example
Text Example
White with #B9854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9854B; }
p { color: rgb(185,133,75); }
H1.HeaderClassName
{
color: #B9854B;
}
.AnyTagClassName
{
color: #B9854B;
}
</style>
background-color css
<style>
a { background-color: #B9854B; }
a { background-color: rgb(185,133,75); }
div.DivClassName
{
background-color: #B9854B;
}
.BgClassName
{
background-color: #B9854B;
}
</style>
border-color css
<style>
span { border-color: #B9854B; }
span { border-color: rgb(185,133,75); }
td.TdClassName
{
border-color: #B9854B;
}
.TagClassName
{
border-color: #B9854B;
}
</style>