Shades of Tussock #B98E4D
Tints of Tussock #B98E4D
RGB
CMYK
RGB Variations
Color information
#B98E4D (or 0xB98E4D) is known color: Tussock. HEX triplet: B9, 8E and 4D. RGB value is (185,142,77). Sum of RGB (Red+Green+Blue) = 185+142+77=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98E4D is #4671B2. Grayscale: #939393. Windows color (decimal): -4616627 or 5082809. OLE color: 5082809.
HSL color Cylindrical-coordinate representation of color #B98E4D: hue angle of 36.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B98E4D is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 142 | 77 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.27 |
| HSL | 36.11º | 0.44% | 0.51% | - |
| HSV(B) | 36.11º | 0.58% | 0.73% | - |
| XYZ | 31.02 | 30.2 | 11.21 | - |
| YUV | 147.45 | 88.25 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 142 | 77 | 0 | 0.23 | 0.58 | 0.27 | 36.11 | 0.44 | 0.51 |
| Hex | B9 | 8E | 4D | 0 | 17 | 3A | 1B | 24 | 2C | 33 |
| Octal | 271 | 216 | 115 | 0 | 27 | 72 | 33 | 44 | 54 | 63 |
| Binary | 10111001 | 10001110 | 1001101 | 0 | 10111 | 111010 | 11011 | 100100 | 101100 | 110011 |
Color Harmonies of #B98E4D
Complementary color
Monochromatic Colors of #B98E4D
Black with #B98E4D
Text Example
Text Example
White with #B98E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98E4D; }
p { color: rgb(185,142,77); }
H1.HeaderClassName
{
color: #B98E4D;
}
.AnyTagClassName
{
color: #B98E4D;
}
</style>
background-color css
<style>
a { background-color: #B98E4D; }
a { background-color: rgb(185,142,77); }
div.DivClassName
{
background-color: #B98E4D;
}
.BgClassName
{
background-color: #B98E4D;
}
</style>
border-color css
<style>
span { border-color: #B98E4D; }
span { border-color: rgb(185,142,77); }
td.TdClassName
{
border-color: #B98E4D;
}
.TagClassName
{
border-color: #B98E4D;
}
</style>