Shades of Bandicoot #8B886D
Tints of Bandicoot #8B886D
RGB
CMYK
RGB Variations
Color information
#8B886D (or 0x8B886D) is known color: Bandicoot. HEX triplet: 8B, 88 and 6D. RGB value is (139,136,109). Sum of RGB (Red+Green+Blue) = 139+136+109=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 139 - color contains mainly: red. Hex color #8B886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B886D is #747792. Grayscale: #858585. Windows color (decimal): -7632787 or 7178379. OLE color: 7178379.
HSL color Cylindrical-coordinate representation of color #8B886D: hue angle of 54º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B886D is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 109 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.45 |
| HSL | 54º | 0.12% | 0.49% | - |
| HSV(B) | 54º | 0.22% | 0.55% | - |
| XYZ | 22.21 | 24.2 | 17.97 | - |
| YUV | 133.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 109 | 0 | 0.02 | 0.22 | 0.45 | 54 | 0.12 | 0.49 |
| Hex | 8B | 88 | 6D | 0 | 2 | 16 | 2D | 36 | C | 31 |
| Octal | 213 | 210 | 155 | 0 | 2 | 26 | 55 | 66 | 14 | 61 |
| Binary | 10001011 | 10001000 | 1101101 | 0 | 10 | 10110 | 101101 | 110110 | 1100 | 110001 |
Color Harmonies of #8B886D
Complementary color
Monochromatic Colors of #8B886D
Black with #8B886D
Text Example
Text Example
White with #8B886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B886D; }
p { color: rgb(139,136,109); }
H1.HeaderClassName
{
color: #8B886D;
}
.AnyTagClassName
{
color: #8B886D;
}
</style>
background-color css
<style>
a { background-color: #8B886D; }
a { background-color: rgb(139,136,109); }
div.DivClassName
{
background-color: #8B886D;
}
.BgClassName
{
background-color: #8B886D;
}
</style>
border-color css
<style>
span { border-color: #8B886D; }
span { border-color: rgb(139,136,109); }
td.TdClassName
{
border-color: #8B886D;
}
.TagClassName
{
border-color: #8B886D;
}
</style>