Shades of Tussock #B88949
Tints of Tussock #B88949
RGB
CMYK
RGB Variations
Color information
#B88949 (or 0xB88949) is known color: Tussock. HEX triplet: B8, 89 and 49. RGB value is (184,137,73). Sum of RGB (Red+Green+Blue) = 184+137+73=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B88949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88949 is #4776B6. Grayscale: #909090. Windows color (decimal): -4683447 or 4819384. OLE color: 4819384.
HSL color Cylindrical-coordinate representation of color #B88949: hue angle of 34.59º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B88949 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 137 | 73 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.28 |
| HSL | 34.59º | 0.44% | 0.5% | - |
| HSV(B) | 34.59º | 0.6% | 0.72% | - |
| XYZ | 29.92 | 28.56 | 10.24 | - |
| YUV | 143.76 | 88.07 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 137 | 73 | 0 | 0.26 | 0.60 | 0.28 | 34.59 | 0.44 | 0.5 |
| Hex | B8 | 89 | 49 | 0 | 1A | 3C | 1C | 23 | 2C | 32 |
| Octal | 270 | 211 | 111 | 0 | 32 | 74 | 34 | 43 | 54 | 62 |
| Binary | 10111000 | 10001001 | 1001001 | 0 | 11010 | 111100 | 11100 | 100011 | 101100 | 110010 |
Color Harmonies of #B88949
Complementary color
Monochromatic Colors of #B88949
Black with #B88949
Text Example
Text Example
White with #B88949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88949; }
p { color: rgb(184,137,73); }
H1.HeaderClassName
{
color: #B88949;
}
.AnyTagClassName
{
color: #B88949;
}
</style>
background-color css
<style>
a { background-color: #B88949; }
a { background-color: rgb(184,137,73); }
div.DivClassName
{
background-color: #B88949;
}
.BgClassName
{
background-color: #B88949;
}
</style>
border-color css
<style>
span { border-color: #B88949; }
span { border-color: rgb(184,137,73); }
td.TdClassName
{
border-color: #B88949;
}
.TagClassName
{
border-color: #B88949;
}
</style>