Shades of Bandicoot #8B8563
Tints of Bandicoot #8B8563
RGB
CMYK
RGB Variations
Color information
#8B8563 (or 0x8B8563) is known color: Bandicoot. HEX triplet: 8B, 85 and 63. RGB value is (139,133,99). Sum of RGB (Red+Green+Blue) = 139+133+99=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8563 is #747A9C. Grayscale: #838383. Windows color (decimal): -7633565 or 6522251. OLE color: 6522251.
HSL color Cylindrical-coordinate representation of color #8B8563: hue angle of 51º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B8563 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 133 | 99 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.45 |
| HSL | 51º | 0.17% | 0.47% | - |
| HSV(B) | 51º | 0.29% | 0.55% | - |
| XYZ | 21.29 | 23.16 | 15.15 | - |
| YUV | 130.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 99 | 0 | 0.04 | 0.29 | 0.45 | 51 | 0.17 | 0.47 |
| Hex | 8B | 85 | 63 | 0 | 4 | 1D | 2D | 33 | 11 | 2F |
| Octal | 213 | 205 | 143 | 0 | 4 | 35 | 55 | 63 | 21 | 57 |
| Binary | 10001011 | 10000101 | 1100011 | 0 | 100 | 11101 | 101101 | 110011 | 10001 | 101111 |
Color Harmonies of #8B8563
Complementary color
Monochromatic Colors of #8B8563
Black with #8B8563
Text Example
Text Example
White with #8B8563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8563; }
p { color: rgb(139,133,99); }
H1.HeaderClassName
{
color: #8B8563;
}
.AnyTagClassName
{
color: #8B8563;
}
</style>
background-color css
<style>
a { background-color: #8B8563; }
a { background-color: rgb(139,133,99); }
div.DivClassName
{
background-color: #8B8563;
}
.BgClassName
{
background-color: #8B8563;
}
</style>
border-color css
<style>
span { border-color: #8B8563; }
span { border-color: rgb(139,133,99); }
td.TdClassName
{
border-color: #8B8563;
}
.TagClassName
{
border-color: #8B8563;
}
</style>