Shades of Bandicoot #8B886A
Tints of Bandicoot #8B886A
RGB
CMYK
RGB Variations
Color information
#8B886A (or 0x8B886A) is known color: Bandicoot. HEX triplet: 8B, 88 and 6A. RGB value is (139,136,106). Sum of RGB (Red+Green+Blue) = 139+136+106=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 139 - color contains mainly: red. Hex color #8B886A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B886A is #747795. Grayscale: #858585. Windows color (decimal): -7632790 or 6981771. OLE color: 6981771.
HSL color Cylindrical-coordinate representation of color #8B886A: hue angle of 54.55º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B886A is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 106 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.45 |
| HSL | 54.55º | 0.13% | 0.48% | - |
| HSV(B) | 54.55º | 0.24% | 0.55% | - |
| XYZ | 22.05 | 24.14 | 17.13 | - |
| YUV | 133.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 106 | 0 | 0.02 | 0.24 | 0.45 | 54.55 | 0.13 | 0.48 |
| Hex | 8B | 88 | 6A | 0 | 2 | 18 | 2D | 37 | D | 30 |
| Octal | 213 | 210 | 152 | 0 | 2 | 30 | 55 | 67 | 15 | 60 |
| Binary | 10001011 | 10001000 | 1101010 | 0 | 10 | 11000 | 101101 | 110111 | 1101 | 110000 |
Color Harmonies of #8B886A
Complementary color
Monochromatic Colors of #8B886A
Black with #8B886A
Text Example
Text Example
White with #8B886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B886A; }
p { color: rgb(139,136,106); }
H1.HeaderClassName
{
color: #8B886A;
}
.AnyTagClassName
{
color: #8B886A;
}
</style>
background-color css
<style>
a { background-color: #8B886A; }
a { background-color: rgb(139,136,106); }
div.DivClassName
{
background-color: #8B886A;
}
.BgClassName
{
background-color: #8B886A;
}
</style>
border-color css
<style>
span { border-color: #8B886A; }
span { border-color: rgb(139,136,106); }
td.TdClassName
{
border-color: #8B886A;
}
.TagClassName
{
border-color: #8B886A;
}
</style>