Shades of Tussock #B88D4D
Tints of Tussock #B88D4D
RGB
CMYK
RGB Variations
Color information
#B88D4D (or 0xB88D4D) is known color: Tussock. HEX triplet: B8, 8D and 4D. RGB value is (184,141,77). Sum of RGB (Red+Green+Blue) = 184+141+77=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88D4D is #4772B2. Grayscale: #929292. Windows color (decimal): -4682419 or 5082552. OLE color: 5082552.
HSL color Cylindrical-coordinate representation of color #B88D4D: hue angle of 35.89º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B88D4D is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 141 | 77 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.28 |
| HSL | 35.89º | 0.43% | 0.51% | - |
| HSV(B) | 35.89º | 0.58% | 0.72% | - |
| XYZ | 30.63 | 29.78 | 11.15 | - |
| YUV | 146.56 | 88.75 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 141 | 77 | 0 | 0.23 | 0.58 | 0.28 | 35.89 | 0.43 | 0.51 |
| Hex | B8 | 8D | 4D | 0 | 17 | 3A | 1C | 24 | 2B | 33 |
| Octal | 270 | 215 | 115 | 0 | 27 | 72 | 34 | 44 | 53 | 63 |
| Binary | 10111000 | 10001101 | 1001101 | 0 | 10111 | 111010 | 11100 | 100100 | 101011 | 110011 |
Color Harmonies of #B88D4D
Complementary color
Monochromatic Colors of #B88D4D
Black with #B88D4D
Text Example
Text Example
White with #B88D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88D4D; }
p { color: rgb(184,141,77); }
H1.HeaderClassName
{
color: #B88D4D;
}
.AnyTagClassName
{
color: #B88D4D;
}
</style>
background-color css
<style>
a { background-color: #B88D4D; }
a { background-color: rgb(184,141,77); }
div.DivClassName
{
background-color: #B88D4D;
}
.BgClassName
{
background-color: #B88D4D;
}
</style>
border-color css
<style>
span { border-color: #B88D4D; }
span { border-color: rgb(184,141,77); }
td.TdClassName
{
border-color: #B88D4D;
}
.TagClassName
{
border-color: #B88D4D;
}
</style>