Shades of Bandicoot #848166
Tints of Bandicoot #848166
RGB
CMYK
RGB Variations
Color information
#848166 (or 0x848166) is known color: Bandicoot. HEX triplet: 84, 81 and 66. RGB value is (132,129,102). Sum of RGB (Red+Green+Blue) = 132+129+102=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 132 - color contains mainly: red. Hex color #848166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848166 is #7B7E99. Grayscale: #7E7E7E. Windows color (decimal): -8093338 or 6717828. OLE color: 6717828.
HSL color Cylindrical-coordinate representation of color #848166: hue angle of 54º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #848166 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 102 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.48 |
| HSL | 54º | 0.13% | 0.46% | - |
| HSV(B) | 54º | 0.23% | 0.52% | - |
| XYZ | 19.76 | 21.57 | 15.69 | - |
| YUV | 126.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 102 | 0 | 0.02 | 0.23 | 0.48 | 54 | 0.13 | 0.46 |
| Hex | 84 | 81 | 66 | 0 | 2 | 17 | 30 | 36 | D | 2E |
| Octal | 204 | 201 | 146 | 0 | 2 | 27 | 60 | 66 | 15 | 56 |
| Binary | 10000100 | 10000001 | 1100110 | 0 | 10 | 10111 | 110000 | 110110 | 1101 | 101110 |
Color Harmonies of #848166
Complementary color
Monochromatic Colors of #848166
Black with #848166
Text Example
Text Example
White with #848166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848166; }
p { color: rgb(132,129,102); }
H1.HeaderClassName
{
color: #848166;
}
.AnyTagClassName
{
color: #848166;
}
</style>
background-color css
<style>
a { background-color: #848166; }
a { background-color: rgb(132,129,102); }
div.DivClassName
{
background-color: #848166;
}
.BgClassName
{
background-color: #848166;
}
</style>
border-color css
<style>
span { border-color: #848166; }
span { border-color: rgb(132,129,102); }
td.TdClassName
{
border-color: #848166;
}
.TagClassName
{
border-color: #848166;
}
</style>