Shades of Bandicoot #8B855F
Tints of Bandicoot #8B855F
RGB
CMYK
RGB Variations
Color information
#8B855F (or 0x8B855F) is known color: Bandicoot. HEX triplet: 8B, 85 and 5F. RGB value is (139,133,95). Sum of RGB (Red+Green+Blue) = 139+133+95=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 139 - color contains mainly: red. Hex color #8B855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B855F is #747AA0. Grayscale: #828282. Windows color (decimal): -7633569 or 6260107. OLE color: 6260107.
HSL color Cylindrical-coordinate representation of color #8B855F: hue angle of 51.82º 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 #8B855F is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 133 | 95 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.45 |
| HSL | 51.82º | 0.19% | 0.46% | - |
| HSV(B) | 51.82º | 0.32% | 0.55% | - |
| XYZ | 21.1 | 23.09 | 14.17 | - |
| YUV | 130.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 95 | 0 | 0.04 | 0.32 | 0.45 | 51.82 | 0.19 | 0.46 |
| Hex | 8B | 85 | 5F | 0 | 4 | 20 | 2D | 34 | 13 | 2E |
| Octal | 213 | 205 | 137 | 0 | 4 | 40 | 55 | 64 | 23 | 56 |
| Binary | 10001011 | 10000101 | 1011111 | 0 | 100 | 100000 | 101101 | 110100 | 10011 | 101110 |
Color Harmonies of #8B855F
Complementary color
Monochromatic Colors of #8B855F
Black with #8B855F
Text Example
Text Example
White with #8B855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B855F; }
p { color: rgb(139,133,95); }
H1.HeaderClassName
{
color: #8B855F;
}
.AnyTagClassName
{
color: #8B855F;
}
</style>
background-color css
<style>
a { background-color: #8B855F; }
a { background-color: rgb(139,133,95); }
div.DivClassName
{
background-color: #8B855F;
}
.BgClassName
{
background-color: #8B855F;
}
</style>
border-color css
<style>
span { border-color: #8B855F; }
span { border-color: rgb(139,133,95); }
td.TdClassName
{
border-color: #8B855F;
}
.TagClassName
{
border-color: #8B855F;
}
</style>