Shades of Bandicoot #8B8767
Tints of Bandicoot #8B8767
RGB
CMYK
RGB Variations
Color information
#8B8767 (or 0x8B8767) is known color: Bandicoot. HEX triplet: 8B, 87 and 67. RGB value is (139,135,103). Sum of RGB (Red+Green+Blue) = 139+135+103=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8767 is #747898. Grayscale: #848484. Windows color (decimal): -7633049 or 6784907. OLE color: 6784907.
HSL color Cylindrical-coordinate representation of color #8B8767: hue angle of 53.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B8767 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 135 | 103 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.45 |
| HSL | 53.33º | 0.15% | 0.47% | - |
| HSV(B) | 53.33º | 0.26% | 0.55% | - |
| XYZ | 21.76 | 23.8 | 16.28 | - |
| YUV | 132.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 103 | 0 | 0.03 | 0.26 | 0.45 | 53.33 | 0.15 | 0.47 |
| Hex | 8B | 87 | 67 | 0 | 3 | 1A | 2D | 35 | F | 2F |
| Octal | 213 | 207 | 147 | 0 | 3 | 32 | 55 | 65 | 17 | 57 |
| Binary | 10001011 | 10000111 | 1100111 | 0 | 11 | 11010 | 101101 | 110101 | 1111 | 101111 |
Color Harmonies of #8B8767
Complementary color
Monochromatic Colors of #8B8767
Black with #8B8767
Text Example
Text Example
White with #8B8767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8767; }
p { color: rgb(139,135,103); }
H1.HeaderClassName
{
color: #8B8767;
}
.AnyTagClassName
{
color: #8B8767;
}
</style>
background-color css
<style>
a { background-color: #8B8767; }
a { background-color: rgb(139,135,103); }
div.DivClassName
{
background-color: #8B8767;
}
.BgClassName
{
background-color: #8B8767;
}
</style>
border-color css
<style>
span { border-color: #8B8767; }
span { border-color: rgb(139,135,103); }
td.TdClassName
{
border-color: #8B8767;
}
.TagClassName
{
border-color: #8B8767;
}
</style>