Shades of Tussock #B98D4A
Tints of Tussock #B98D4A
RGB
CMYK
RGB Variations
Color information
#B98D4A (or 0xB98D4A) is known color: Tussock. HEX triplet: B9, 8D and 4A. RGB value is (185,141,74). Sum of RGB (Red+Green+Blue) = 185+141+74=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98D4A is #4672B5. Grayscale: #929292. Windows color (decimal): -4616886 or 4885945. OLE color: 4885945.
HSL color Cylindrical-coordinate representation of color #B98D4A: hue angle of 36.22º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B98D4A is Cyan = 0, Magento = 0.24, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 141 | 74 | - |
| CMYK | 0 | 0.24 | 0.6 | 0.27 |
| HSL | 36.22º | 0.44% | 0.51% | - |
| HSV(B) | 36.22º | 0.6% | 0.73% | - |
| XYZ | 30.77 | 29.86 | 10.62 | - |
| YUV | 146.52 | 87.08 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 74 | 0 | 0.24 | 0.6 | 0.27 | 36.22 | 0.44 | 0.51 |
| Hex | B9 | 8D | 4A | 0 | 18 | 3C | 1B | 24 | 2C | 33 |
| Octal | 271 | 215 | 112 | 0 | 30 | 74 | 33 | 44 | 54 | 63 |
| Binary | 10111001 | 10001101 | 1001010 | 0 | 11000 | 111100 | 11011 | 100100 | 101100 | 110011 |
Color Harmonies of #B98D4A
Complementary color
Monochromatic Colors of #B98D4A
Black with #B98D4A
Text Example
Text Example
White with #B98D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98D4A; }
p { color: rgb(185,141,74); }
H1.HeaderClassName
{
color: #B98D4A;
}
.AnyTagClassName
{
color: #B98D4A;
}
</style>
background-color css
<style>
a { background-color: #B98D4A; }
a { background-color: rgb(185,141,74); }
div.DivClassName
{
background-color: #B98D4A;
}
.BgClassName
{
background-color: #B98D4A;
}
</style>
border-color css
<style>
span { border-color: #B98D4A; }
span { border-color: rgb(185,141,74); }
td.TdClassName
{
border-color: #B98D4A;
}
.TagClassName
{
border-color: #B98D4A;
}
</style>