Shades of Bandicoot #8B8561
Tints of Bandicoot #8B8561
RGB
CMYK
RGB Variations
Color information
#8B8561 (or 0x8B8561) is known color: Bandicoot. HEX triplet: 8B, 85 and 61. RGB value is (139,133,97). Sum of RGB (Red+Green+Blue) = 139+133+97=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8561 is #747A9E. Grayscale: #828282. Windows color (decimal): -7633567 or 6391179. OLE color: 6391179.
HSL color Cylindrical-coordinate representation of color #8B8561: hue angle of 51.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B8561 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 133 | 97 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.45 |
| HSL | 51.43º | 0.18% | 0.46% | - |
| HSV(B) | 51.43º | 0.3% | 0.55% | - |
| XYZ | 21.19 | 23.13 | 14.66 | - |
| YUV | 130.69 | 108.99 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 97 | 0 | 0.04 | 0.30 | 0.45 | 51.43 | 0.18 | 0.46 |
| Hex | 8B | 85 | 61 | 0 | 4 | 1E | 2D | 33 | 12 | 2E |
| Octal | 213 | 205 | 141 | 0 | 4 | 36 | 55 | 63 | 22 | 56 |
| Binary | 10001011 | 10000101 | 1100001 | 0 | 100 | 11110 | 101101 | 110011 | 10010 | 101110 |
Color Harmonies of #8B8561
Complementary color
Monochromatic Colors of #8B8561
Black with #8B8561
Text Example
Text Example
White with #8B8561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8561; }
p { color: rgb(139,133,97); }
H1.HeaderClassName
{
color: #8B8561;
}
.AnyTagClassName
{
color: #8B8561;
}
</style>
background-color css
<style>
a { background-color: #8B8561; }
a { background-color: rgb(139,133,97); }
div.DivClassName
{
background-color: #8B8561;
}
.BgClassName
{
background-color: #8B8561;
}
</style>
border-color css
<style>
span { border-color: #8B8561; }
span { border-color: rgb(139,133,97); }
td.TdClassName
{
border-color: #8B8561;
}
.TagClassName
{
border-color: #8B8561;
}
</style>