Shades of Bandicoot #8B865E
Tints of Bandicoot #8B865E
RGB
CMYK
RGB Variations
Color information
#8B865E (or 0x8B865E) is known color: Bandicoot. HEX triplet: 8B, 86 and 5E. RGB value is (139,134,94). Sum of RGB (Red+Green+Blue) = 139+134+94=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 139 - color contains mainly: red. Hex color #8B865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B865E is #7479A1. Grayscale: #838383. Windows color (decimal): -7633314 or 6194827. OLE color: 6194827.
HSL color Cylindrical-coordinate representation of color #8B865E: hue angle of 53.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B865E is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 134 | 94 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.45 |
| HSL | 53.33º | 0.19% | 0.46% | - |
| HSV(B) | 53.33º | 0.32% | 0.55% | - |
| XYZ | 21.19 | 23.35 | 13.98 | - |
| YUV | 130.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 134 | 94 | 0 | 0.04 | 0.32 | 0.45 | 53.33 | 0.19 | 0.46 |
| Hex | 8B | 86 | 5E | 0 | 4 | 20 | 2D | 35 | 13 | 2E |
| Octal | 213 | 206 | 136 | 0 | 4 | 40 | 55 | 65 | 23 | 56 |
| Binary | 10001011 | 10000110 | 1011110 | 0 | 100 | 100000 | 101101 | 110101 | 10011 | 101110 |
Color Harmonies of #8B865E
Complementary color
Monochromatic Colors of #8B865E
Black with #8B865E
Text Example
Text Example
White with #8B865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B865E; }
p { color: rgb(139,134,94); }
H1.HeaderClassName
{
color: #8B865E;
}
.AnyTagClassName
{
color: #8B865E;
}
</style>
background-color css
<style>
a { background-color: #8B865E; }
a { background-color: rgb(139,134,94); }
div.DivClassName
{
background-color: #8B865E;
}
.BgClassName
{
background-color: #8B865E;
}
</style>
border-color css
<style>
span { border-color: #8B865E; }
span { border-color: rgb(139,134,94); }
td.TdClassName
{
border-color: #8B865E;
}
.TagClassName
{
border-color: #8B865E;
}
</style>