Shades of Bandicoot #8B8860
Tints of Bandicoot #8B8860
RGB
CMYK
RGB Variations
Color information
#8B8860 (or 0x8B8860) is known color: Bandicoot. HEX triplet: 8B, 88 and 60. RGB value is (139,136,96). Sum of RGB (Red+Green+Blue) = 139+136+96=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8860 is #74779F. Grayscale: #848484. Windows color (decimal): -7632800 or 6326411. OLE color: 6326411.
HSL color Cylindrical-coordinate representation of color #8B8860: hue angle of 55.81º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B8860 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 96 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.45 |
| HSL | 55.81º | 0.18% | 0.46% | - |
| HSV(B) | 55.81º | 0.31% | 0.55% | - |
| XYZ | 21.56 | 23.94 | 14.55 | - |
| YUV | 132.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 96 | 0 | 0.02 | 0.31 | 0.45 | 55.81 | 0.18 | 0.46 |
| Hex | 8B | 88 | 60 | 0 | 2 | 1F | 2D | 38 | 12 | 2E |
| Octal | 213 | 210 | 140 | 0 | 2 | 37 | 55 | 70 | 22 | 56 |
| Binary | 10001011 | 10001000 | 1100000 | 0 | 10 | 11111 | 101101 | 111000 | 10010 | 101110 |
Color Harmonies of #8B8860
Complementary color
Monochromatic Colors of #8B8860
Black with #8B8860
Text Example
Text Example
White with #8B8860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8860; }
p { color: rgb(139,136,96); }
H1.HeaderClassName
{
color: #8B8860;
}
.AnyTagClassName
{
color: #8B8860;
}
</style>
background-color css
<style>
a { background-color: #8B8860; }
a { background-color: rgb(139,136,96); }
div.DivClassName
{
background-color: #8B8860;
}
.BgClassName
{
background-color: #8B8860;
}
</style>
border-color css
<style>
span { border-color: #8B8860; }
span { border-color: rgb(139,136,96); }
td.TdClassName
{
border-color: #8B8860;
}
.TagClassName
{
border-color: #8B8860;
}
</style>