Shades of Bandicoot #848160
Tints of Bandicoot #848160
RGB
CMYK
RGB Variations
Color information
#848160 (or 0x848160) is known color: Bandicoot. HEX triplet: 84, 81 and 60. RGB value is (132,129,96). Sum of RGB (Red+Green+Blue) = 132+129+96=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 132 - color contains mainly: red. Hex color #848160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848160 is #7B7E9F. Grayscale: #7E7E7E. Windows color (decimal): -8093344 or 6324612. OLE color: 6324612.
HSL color Cylindrical-coordinate representation of color #848160: hue angle of 55º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #848160 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 96 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.48 |
| HSL | 55º | 0.16% | 0.45% | - |
| HSV(B) | 55º | 0.27% | 0.52% | - |
| XYZ | 19.48 | 21.45 | 14.18 | - |
| YUV | 126.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 96 | 0 | 0.02 | 0.27 | 0.48 | 55 | 0.16 | 0.45 |
| Hex | 84 | 81 | 60 | 0 | 2 | 1B | 30 | 37 | 10 | 2D |
| Octal | 204 | 201 | 140 | 0 | 2 | 33 | 60 | 67 | 20 | 55 |
| Binary | 10000100 | 10000001 | 1100000 | 0 | 10 | 11011 | 110000 | 110111 | 10000 | 101101 |
Color Harmonies of #848160
Complementary color
Monochromatic Colors of #848160
Black with #848160
Text Example
Text Example
White with #848160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848160; }
p { color: rgb(132,129,96); }
H1.HeaderClassName
{
color: #848160;
}
.AnyTagClassName
{
color: #848160;
}
</style>
background-color css
<style>
a { background-color: #848160; }
a { background-color: rgb(132,129,96); }
div.DivClassName
{
background-color: #848160;
}
.BgClassName
{
background-color: #848160;
}
</style>
border-color css
<style>
span { border-color: #848160; }
span { border-color: rgb(132,129,96); }
td.TdClassName
{
border-color: #848160;
}
.TagClassName
{
border-color: #848160;
}
</style>