Shades of Bandicoot #82806E
Tints of Bandicoot #82806E
RGB
CMYK
RGB Variations
Color information
#82806E (or 0x82806E) is known color: Bandicoot. HEX triplet: 82, 80 and 6E. RGB value is (130,128,110). Sum of RGB (Red+Green+Blue) = 130+128+110=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 130 - color contains mainly: red. Hex color #82806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82806E is #7D7F91. Grayscale: #7E7E7E. Windows color (decimal): -8224658 or 7241858. OLE color: 7241858.
HSL color Cylindrical-coordinate representation of color #82806E: hue angle of 54º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #82806E is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 110 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.49 |
| HSL | 54º | 0.08% | 0.47% | - |
| HSV(B) | 54º | 0.15% | 0.51% | - |
| XYZ | 19.74 | 21.31 | 17.82 | - |
| YUV | 126.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 110 | 0 | 0.02 | 0.15 | 0.49 | 54 | 0.08 | 0.47 |
| Hex | 82 | 80 | 6E | 0 | 2 | F | 31 | 36 | 8 | 2F |
| Octal | 202 | 200 | 156 | 0 | 2 | 17 | 61 | 66 | 10 | 57 |
| Binary | 10000010 | 10000000 | 1101110 | 0 | 10 | 1111 | 110001 | 110110 | 1000 | 101111 |
Color Harmonies of #82806E
Complementary color
Monochromatic Colors of #82806E
Black with #82806E
Text Example
Text Example
White with #82806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82806E; }
p { color: rgb(130,128,110); }
H1.HeaderClassName
{
color: #82806E;
}
.AnyTagClassName
{
color: #82806E;
}
</style>
background-color css
<style>
a { background-color: #82806E; }
a { background-color: rgb(130,128,110); }
div.DivClassName
{
background-color: #82806E;
}
.BgClassName
{
background-color: #82806E;
}
</style>
border-color css
<style>
span { border-color: #82806E; }
span { border-color: rgb(130,128,110); }
td.TdClassName
{
border-color: #82806E;
}
.TagClassName
{
border-color: #82806E;
}
</style>