Shades of Bandicoot #8B875D
Tints of Bandicoot #8B875D
RGB
CMYK
RGB Variations
Color information
#8B875D (or 0x8B875D) is known color: Bandicoot. HEX triplet: 8B, 87 and 5D. RGB value is (139,135,93). Sum of RGB (Red+Green+Blue) = 139+135+93=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 139 - color contains mainly: red. Hex color #8B875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B875D is #7478A2. Grayscale: #838383. Windows color (decimal): -7633059 or 6129547. OLE color: 6129547.
HSL color Cylindrical-coordinate representation of color #8B875D: hue angle of 54.78º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B875D is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 135 | 93 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.45 |
| HSL | 54.78º | 0.2% | 0.45% | - |
| HSV(B) | 54.78º | 0.33% | 0.55% | - |
| XYZ | 21.29 | 23.61 | 13.79 | - |
| YUV | 131.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 93 | 0 | 0.03 | 0.33 | 0.45 | 54.78 | 0.2 | 0.45 |
| Hex | 8B | 87 | 5D | 0 | 3 | 21 | 2D | 37 | 14 | 2D |
| Octal | 213 | 207 | 135 | 0 | 3 | 41 | 55 | 67 | 24 | 55 |
| Binary | 10001011 | 10000111 | 1011101 | 0 | 11 | 100001 | 101101 | 110111 | 10100 | 101101 |
Color Harmonies of #8B875D
Complementary color
Monochromatic Colors of #8B875D
Black with #8B875D
Text Example
Text Example
White with #8B875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B875D; }
p { color: rgb(139,135,93); }
H1.HeaderClassName
{
color: #8B875D;
}
.AnyTagClassName
{
color: #8B875D;
}
</style>
background-color css
<style>
a { background-color: #8B875D; }
a { background-color: rgb(139,135,93); }
div.DivClassName
{
background-color: #8B875D;
}
.BgClassName
{
background-color: #8B875D;
}
</style>
border-color css
<style>
span { border-color: #8B875D; }
span { border-color: rgb(139,135,93); }
td.TdClassName
{
border-color: #8B875D;
}
.TagClassName
{
border-color: #8B875D;
}
</style>