Shades of Bandicoot #8B895A
Tints of Bandicoot #8B895A
RGB
CMYK
RGB Variations
Color information
#8B895A (or 0x8B895A) is known color: Bandicoot. HEX triplet: 8B, 89 and 5A. RGB value is (139,137,90). Sum of RGB (Red+Green+Blue) = 139+137+90=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B895A is #7476A5. Grayscale: #848484. Windows color (decimal): -7632550 or 5933451. OLE color: 5933451.
HSL color Cylindrical-coordinate representation of color #8B895A: hue angle of 57.55º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B895A is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 137 | 90 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.45 |
| HSL | 57.55º | 0.21% | 0.45% | - |
| HSV(B) | 57.55º | 0.35% | 0.55% | - |
| XYZ | 21.44 | 24.12 | 13.2 | - |
| YUV | 132.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 90 | 0 | 0.01 | 0.35 | 0.45 | 57.55 | 0.21 | 0.45 |
| Hex | 8B | 89 | 5A | 0 | 1 | 23 | 2D | 3A | 15 | 2D |
| Octal | 213 | 211 | 132 | 0 | 1 | 43 | 55 | 72 | 25 | 55 |
| Binary | 10001011 | 10001001 | 1011010 | 0 | 1 | 100011 | 101101 | 111010 | 10101 | 101101 |
Color Harmonies of #8B895A
Complementary color
Monochromatic Colors of #8B895A
Black with #8B895A
Text Example
Text Example
White with #8B895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B895A; }
p { color: rgb(139,137,90); }
H1.HeaderClassName
{
color: #8B895A;
}
.AnyTagClassName
{
color: #8B895A;
}
</style>
background-color css
<style>
a { background-color: #8B895A; }
a { background-color: rgb(139,137,90); }
div.DivClassName
{
background-color: #8B895A;
}
.BgClassName
{
background-color: #8B895A;
}
</style>
border-color css
<style>
span { border-color: #8B895A; }
span { border-color: rgb(139,137,90); }
td.TdClassName
{
border-color: #8B895A;
}
.TagClassName
{
border-color: #8B895A;
}
</style>