Shades of Tussock #B88F4D
Tints of Tussock #B88F4D
RGB
CMYK
RGB Variations
Color information
#B88F4D (or 0xB88F4D) is known color: Tussock. HEX triplet: B8, 8F and 4D. RGB value is (184,143,77). Sum of RGB (Red+Green+Blue) = 184+143+77=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88F4D is #4770B2. Grayscale: #949494. Windows color (decimal): -4681907 or 5083064. OLE color: 5083064.
HSL color Cylindrical-coordinate representation of color #B88F4D: hue angle of 37.01º 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 #B88F4D is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 143 | 77 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.28 |
| HSL | 37.01º | 0.43% | 0.51% | - |
| HSV(B) | 37.01º | 0.58% | 0.72% | - |
| XYZ | 30.93 | 30.37 | 11.25 | - |
| YUV | 147.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 77 | 0 | 0.22 | 0.58 | 0.28 | 37.01 | 0.43 | 0.51 |
| Hex | B8 | 8F | 4D | 0 | 16 | 3A | 1C | 25 | 2B | 33 |
| Octal | 270 | 217 | 115 | 0 | 26 | 72 | 34 | 45 | 53 | 63 |
| Binary | 10111000 | 10001111 | 1001101 | 0 | 10110 | 111010 | 11100 | 100101 | 101011 | 110011 |
Color Harmonies of #B88F4D
Complementary color
Monochromatic Colors of #B88F4D
Black with #B88F4D
Text Example
Text Example
White with #B88F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88F4D; }
p { color: rgb(184,143,77); }
H1.HeaderClassName
{
color: #B88F4D;
}
.AnyTagClassName
{
color: #B88F4D;
}
</style>
background-color css
<style>
a { background-color: #B88F4D; }
a { background-color: rgb(184,143,77); }
div.DivClassName
{
background-color: #B88F4D;
}
.BgClassName
{
background-color: #B88F4D;
}
</style>
border-color css
<style>
span { border-color: #B88F4D; }
span { border-color: rgb(184,143,77); }
td.TdClassName
{
border-color: #B88F4D;
}
.TagClassName
{
border-color: #B88F4D;
}
</style>