Shades of Tussock #B88E4D
Tints of Tussock #B88E4D
RGB
CMYK
RGB Variations
Color information
#B88E4D (or 0xB88E4D) is known color: Tussock. HEX triplet: B8, 8E and 4D. RGB value is (184,142,77). Sum of RGB (Red+Green+Blue) = 184+142+77=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88E4D is #4771B2. Grayscale: #939393. Windows color (decimal): -4682163 or 5082808. OLE color: 5082808.
HSL color Cylindrical-coordinate representation of color #B88E4D: hue angle of 36.45º 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 #B88E4D is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 142 | 77 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.28 |
| HSL | 36.45º | 0.43% | 0.51% | - |
| HSV(B) | 36.45º | 0.58% | 0.72% | - |
| XYZ | 30.78 | 30.07 | 11.2 | - |
| YUV | 147.15 | 88.41 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 142 | 77 | 0 | 0.23 | 0.58 | 0.28 | 36.45 | 0.43 | 0.51 |
| Hex | B8 | 8E | 4D | 0 | 17 | 3A | 1C | 24 | 2B | 33 |
| Octal | 270 | 216 | 115 | 0 | 27 | 72 | 34 | 44 | 53 | 63 |
| Binary | 10111000 | 10001110 | 1001101 | 0 | 10111 | 111010 | 11100 | 100100 | 101011 | 110011 |
Color Harmonies of #B88E4D
Complementary color
Monochromatic Colors of #B88E4D
Black with #B88E4D
Text Example
Text Example
White with #B88E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88E4D; }
p { color: rgb(184,142,77); }
H1.HeaderClassName
{
color: #B88E4D;
}
.AnyTagClassName
{
color: #B88E4D;
}
</style>
background-color css
<style>
a { background-color: #B88E4D; }
a { background-color: rgb(184,142,77); }
div.DivClassName
{
background-color: #B88E4D;
}
.BgClassName
{
background-color: #B88E4D;
}
</style>
border-color css
<style>
span { border-color: #B88E4D; }
span { border-color: rgb(184,142,77); }
td.TdClassName
{
border-color: #B88E4D;
}
.TagClassName
{
border-color: #B88E4D;
}
</style>