Shades of Tussock #B98E51
Tints of Tussock #B98E51
RGB
CMYK
RGB Variations
Color information
#B98E51 (or 0xB98E51) is known color: Tussock. HEX triplet: B9, 8E and 51. RGB value is (185,142,81). Sum of RGB (Red+Green+Blue) = 185+142+81=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98E51 is #4671AE. Grayscale: #949494. Windows color (decimal): -4616623 or 5344953. OLE color: 5344953.
HSL color Cylindrical-coordinate representation of color #B98E51: hue angle of 35.19º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B98E51 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 142 | 81 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.27 |
| HSL | 35.19º | 0.43% | 0.52% | - |
| HSV(B) | 35.19º | 0.56% | 0.73% | - |
| XYZ | 31.17 | 30.25 | 11.98 | - |
| YUV | 147.9 | 90.25 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 142 | 81 | 0 | 0.23 | 0.56 | 0.27 | 35.19 | 0.43 | 0.52 |
| Hex | B9 | 8E | 51 | 0 | 17 | 38 | 1B | 23 | 2B | 34 |
| Octal | 271 | 216 | 121 | 0 | 27 | 70 | 33 | 43 | 53 | 64 |
| Binary | 10111001 | 10001110 | 1010001 | 0 | 10111 | 111000 | 11011 | 100011 | 101011 | 110100 |
Color Harmonies of #B98E51
Complementary color
Monochromatic Colors of #B98E51
Black with #B98E51
Text Example
Text Example
White with #B98E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98E51; }
p { color: rgb(185,142,81); }
H1.HeaderClassName
{
color: #B98E51;
}
.AnyTagClassName
{
color: #B98E51;
}
</style>
background-color css
<style>
a { background-color: #B98E51; }
a { background-color: rgb(185,142,81); }
div.DivClassName
{
background-color: #B98E51;
}
.BgClassName
{
background-color: #B98E51;
}
</style>
border-color css
<style>
span { border-color: #B98E51; }
span { border-color: rgb(185,142,81); }
td.TdClassName
{
border-color: #B98E51;
}
.TagClassName
{
border-color: #B98E51;
}
</style>