Shades of Tussock #B88A49
Tints of Tussock #B88A49
RGB
CMYK
RGB Variations
Color information
#B88A49 (or 0xB88A49) is known color: Tussock. HEX triplet: B8, 8A and 49. RGB value is (184,138,73). Sum of RGB (Red+Green+Blue) = 184+138+73=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88A49 is #4775B6. Grayscale: #909090. Windows color (decimal): -4683191 or 4819640. OLE color: 4819640.
HSL color Cylindrical-coordinate representation of color #B88A49: hue angle of 35.14º 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 #B88A49 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 73 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.28 |
| HSL | 35.14º | 0.44% | 0.5% | - |
| HSV(B) | 35.14º | 0.6% | 0.72% | - |
| XYZ | 30.06 | 28.85 | 10.29 | - |
| YUV | 144.34 | 87.74 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 73 | 0 | 0.25 | 0.60 | 0.28 | 35.14 | 0.44 | 0.5 |
| Hex | B8 | 8A | 49 | 0 | 19 | 3C | 1C | 23 | 2C | 32 |
| Octal | 270 | 212 | 111 | 0 | 31 | 74 | 34 | 43 | 54 | 62 |
| Binary | 10111000 | 10001010 | 1001001 | 0 | 11001 | 111100 | 11100 | 100011 | 101100 | 110010 |
Color Harmonies of #B88A49
Complementary color
Monochromatic Colors of #B88A49
Black with #B88A49
Text Example
Text Example
White with #B88A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88A49; }
p { color: rgb(184,138,73); }
H1.HeaderClassName
{
color: #B88A49;
}
.AnyTagClassName
{
color: #B88A49;
}
</style>
background-color css
<style>
a { background-color: #B88A49; }
a { background-color: rgb(184,138,73); }
div.DivClassName
{
background-color: #B88A49;
}
.BgClassName
{
background-color: #B88A49;
}
</style>
border-color css
<style>
span { border-color: #B88A49; }
span { border-color: rgb(184,138,73); }
td.TdClassName
{
border-color: #B88A49;
}
.TagClassName
{
border-color: #B88A49;
}
</style>