Shades of Bandicoot #8B8565
Tints of Bandicoot #8B8565
RGB
CMYK
RGB Variations
Color information
#8B8565 (or 0x8B8565) is known color: Bandicoot. HEX triplet: 8B, 85 and 65. RGB value is (139,133,101). Sum of RGB (Red+Green+Blue) = 139+133+101=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8565 is #747A9A. Grayscale: #838383. Windows color (decimal): -7633563 or 6653323. OLE color: 6653323.
HSL color Cylindrical-coordinate representation of color #8B8565: hue angle of 50.53º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B8565 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 133 | 101 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.45 |
| HSL | 50.53º | 0.16% | 0.47% | - |
| HSV(B) | 50.53º | 0.27% | 0.55% | - |
| XYZ | 21.38 | 23.2 | 15.66 | - |
| YUV | 131.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 101 | 0 | 0.04 | 0.27 | 0.45 | 50.53 | 0.16 | 0.47 |
| Hex | 8B | 85 | 65 | 0 | 4 | 1B | 2D | 33 | 10 | 2F |
| Octal | 213 | 205 | 145 | 0 | 4 | 33 | 55 | 63 | 20 | 57 |
| Binary | 10001011 | 10000101 | 1100101 | 0 | 100 | 11011 | 101101 | 110011 | 10000 | 101111 |
Color Harmonies of #8B8565
Complementary color
Monochromatic Colors of #8B8565
Black with #8B8565
Text Example
Text Example
White with #8B8565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8565; }
p { color: rgb(139,133,101); }
H1.HeaderClassName
{
color: #8B8565;
}
.AnyTagClassName
{
color: #8B8565;
}
</style>
background-color css
<style>
a { background-color: #8B8565; }
a { background-color: rgb(139,133,101); }
div.DivClassName
{
background-color: #8B8565;
}
.BgClassName
{
background-color: #8B8565;
}
</style>
border-color css
<style>
span { border-color: #8B8565; }
span { border-color: rgb(139,133,101); }
td.TdClassName
{
border-color: #8B8565;
}
.TagClassName
{
border-color: #8B8565;
}
</style>