Shades of Bandicoot #8B876C
Tints of Bandicoot #8B876C
RGB
CMYK
RGB Variations
Color information
#8B876C (or 0x8B876C) is known color: Bandicoot. HEX triplet: 8B, 87 and 6C. RGB value is (139,135,108). Sum of RGB (Red+Green+Blue) = 139+135+108=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 139 - color contains mainly: red. Hex color #8B876C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B876C is #747893. Grayscale: #858585. Windows color (decimal): -7633044 or 7112587. OLE color: 7112587.
HSL color Cylindrical-coordinate representation of color #8B876C: hue angle of 52.26º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B876C is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 135 | 108 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.45 |
| HSL | 52.26º | 0.13% | 0.48% | - |
| HSV(B) | 52.26º | 0.22% | 0.55% | - |
| XYZ | 22.02 | 23.9 | 17.64 | - |
| YUV | 133.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 108 | 0 | 0.03 | 0.22 | 0.45 | 52.26 | 0.13 | 0.48 |
| Hex | 8B | 87 | 6C | 0 | 3 | 16 | 2D | 34 | D | 30 |
| Octal | 213 | 207 | 154 | 0 | 3 | 26 | 55 | 64 | 15 | 60 |
| Binary | 10001011 | 10000111 | 1101100 | 0 | 11 | 10110 | 101101 | 110100 | 1101 | 110000 |
Color Harmonies of #8B876C
Complementary color
Monochromatic Colors of #8B876C
Black with #8B876C
Text Example
Text Example
White with #8B876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B876C; }
p { color: rgb(139,135,108); }
H1.HeaderClassName
{
color: #8B876C;
}
.AnyTagClassName
{
color: #8B876C;
}
</style>
background-color css
<style>
a { background-color: #8B876C; }
a { background-color: rgb(139,135,108); }
div.DivClassName
{
background-color: #8B876C;
}
.BgClassName
{
background-color: #8B876C;
}
</style>
border-color css
<style>
span { border-color: #8B876C; }
span { border-color: rgb(139,135,108); }
td.TdClassName
{
border-color: #8B876C;
}
.TagClassName
{
border-color: #8B876C;
}
</style>