Shades of Bandicoot #848167
Tints of Bandicoot #848167
RGB
CMYK
RGB Variations
Color information
#848167 (or 0x848167) is known color: Bandicoot. HEX triplet: 84, 81 and 67. RGB value is (132,129,103). Sum of RGB (Red+Green+Blue) = 132+129+103=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 132 - color contains mainly: red. Hex color #848167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848167 is #7B7E98. Grayscale: #7F7F7F. Windows color (decimal): -8093337 or 6783364. OLE color: 6783364.
HSL color Cylindrical-coordinate representation of color #848167: hue angle of 53.79º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #848167 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 103 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.48 |
| HSL | 53.79º | 0.12% | 0.46% | - |
| HSV(B) | 53.79º | 0.22% | 0.52% | - |
| XYZ | 19.81 | 21.59 | 15.95 | - |
| YUV | 126.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 103 | 0 | 0.02 | 0.22 | 0.48 | 53.79 | 0.12 | 0.46 |
| Hex | 84 | 81 | 67 | 0 | 2 | 16 | 30 | 36 | C | 2E |
| Octal | 204 | 201 | 147 | 0 | 2 | 26 | 60 | 66 | 14 | 56 |
| Binary | 10000100 | 10000001 | 1100111 | 0 | 10 | 10110 | 110000 | 110110 | 1100 | 101110 |
Color Harmonies of #848167
Complementary color
Monochromatic Colors of #848167
Black with #848167
Text Example
Text Example
White with #848167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848167; }
p { color: rgb(132,129,103); }
H1.HeaderClassName
{
color: #848167;
}
.AnyTagClassName
{
color: #848167;
}
</style>
background-color css
<style>
a { background-color: #848167; }
a { background-color: rgb(132,129,103); }
div.DivClassName
{
background-color: #848167;
}
.BgClassName
{
background-color: #848167;
}
</style>
border-color css
<style>
span { border-color: #848167; }
span { border-color: rgb(132,129,103); }
td.TdClassName
{
border-color: #848167;
}
.TagClassName
{
border-color: #848167;
}
</style>