Shades of Bandicoot #88855E
Tints of Bandicoot #88855E
RGB
CMYK
RGB Variations
Color information
#88855E (or 0x88855E) is known color: Bandicoot. HEX triplet: 88, 85 and 5E. RGB value is (136,133,94). Sum of RGB (Red+Green+Blue) = 136+133+94=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #88855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88855E is #777AA1. Grayscale: #818181. Windows color (decimal): -7830178 or 6194568. OLE color: 6194568.
HSL color Cylindrical-coordinate representation of color #88855E: hue angle of 55.71º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88855E is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 94 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.47 |
| HSL | 55.71º | 0.18% | 0.45% | - |
| HSV(B) | 55.71º | 0.31% | 0.53% | - |
| XYZ | 20.56 | 22.82 | 13.91 | - |
| YUV | 129.45 | 107.99 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 94 | 0 | 0.02 | 0.31 | 0.47 | 55.71 | 0.18 | 0.45 |
| Hex | 88 | 85 | 5E | 0 | 2 | 1F | 2F | 38 | 12 | 2D |
| Octal | 210 | 205 | 136 | 0 | 2 | 37 | 57 | 70 | 22 | 55 |
| Binary | 10001000 | 10000101 | 1011110 | 0 | 10 | 11111 | 101111 | 111000 | 10010 | 101101 |
Color Harmonies of #88855E
Complementary color
Monochromatic Colors of #88855E
Black with #88855E
Text Example
Text Example
White with #88855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88855E; }
p { color: rgb(136,133,94); }
H1.HeaderClassName
{
color: #88855E;
}
.AnyTagClassName
{
color: #88855E;
}
</style>
background-color css
<style>
a { background-color: #88855E; }
a { background-color: rgb(136,133,94); }
div.DivClassName
{
background-color: #88855E;
}
.BgClassName
{
background-color: #88855E;
}
</style>
border-color css
<style>
span { border-color: #88855E; }
span { border-color: rgb(136,133,94); }
td.TdClassName
{
border-color: #88855E;
}
.TagClassName
{
border-color: #88855E;
}
</style>