Shades of Tussock #B98B48
Tints of Tussock #B98B48
RGB
CMYK
RGB Variations
Color information
#B98B48 (or 0xB98B48) is known color: Tussock. HEX triplet: B9, 8B and 48. RGB value is (185,139,72). Sum of RGB (Red+Green+Blue) = 185+139+72=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98B48 is #4674B7. Grayscale: #919191. Windows color (decimal): -4617400 or 4754361. OLE color: 4754361.
HSL color Cylindrical-coordinate representation of color #B98B48: hue angle of 35.58º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B98B48 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 139 | 72 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.27 |
| HSL | 35.58º | 0.45% | 0.5% | - |
| HSV(B) | 35.58º | 0.61% | 0.73% | - |
| XYZ | 30.41 | 29.25 | 10.17 | - |
| YUV | 145.12 | 86.74 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 139 | 72 | 0 | 0.25 | 0.61 | 0.27 | 35.58 | 0.45 | 0.5 |
| Hex | B9 | 8B | 48 | 0 | 19 | 3D | 1B | 24 | 2D | 32 |
| Octal | 271 | 213 | 110 | 0 | 31 | 75 | 33 | 44 | 55 | 62 |
| Binary | 10111001 | 10001011 | 1001000 | 0 | 11001 | 111101 | 11011 | 100100 | 101101 | 110010 |
Color Harmonies of #B98B48
Complementary color
Monochromatic Colors of #B98B48
Black with #B98B48
Text Example
Text Example
White with #B98B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98B48; }
p { color: rgb(185,139,72); }
H1.HeaderClassName
{
color: #B98B48;
}
.AnyTagClassName
{
color: #B98B48;
}
</style>
background-color css
<style>
a { background-color: #B98B48; }
a { background-color: rgb(185,139,72); }
div.DivClassName
{
background-color: #B98B48;
}
.BgClassName
{
background-color: #B98B48;
}
</style>
border-color css
<style>
span { border-color: #B98B48; }
span { border-color: rgb(185,139,72); }
td.TdClassName
{
border-color: #B98B48;
}
.TagClassName
{
border-color: #B98B48;
}
</style>