Shades of Bitter #82846C
Tints of Bitter #82846C
RGB
CMYK
RGB Variations
Color information
#82846C (or 0x82846C) is known color: Bitter. HEX triplet: 82, 84 and 6C. RGB value is (130,132,108). Sum of RGB (Red+Green+Blue) = 130+132+108=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 132 - color contains mainly: green. Hex color #82846C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82846C is #7D7B93. Grayscale: #808080. Windows color (decimal): -8223636 or 7111810. OLE color: 7111810.
HSL color Cylindrical-coordinate representation of color #82846C: hue angle of 65º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82846C is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 132 | 108 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.48 |
| HSL | 65º | 0.1% | 0.47% | - |
| HSV(B) | 65º | 0.18% | 0.52% | - |
| XYZ | 20.16 | 22.33 | 17.43 | - |
| YUV | 128.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 108 | 0.02 | 0 | 0.18 | 0.48 | 65 | 0.1 | 0.47 |
| Hex | 82 | 84 | 6C | 2 | 0 | 12 | 30 | 41 | A | 2F |
| Octal | 202 | 204 | 154 | 2 | 0 | 22 | 60 | 101 | 12 | 57 |
| Binary | 10000010 | 10000100 | 1101100 | 10 | 0 | 10010 | 110000 | 1000001 | 1010 | 101111 |
Color Harmonies of #82846C
Complementary color
Monochromatic Colors of #82846C
Black with #82846C
Text Example
Text Example
White with #82846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82846C; }
p { color: rgb(130,132,108); }
H1.HeaderClassName
{
color: #82846C;
}
.AnyTagClassName
{
color: #82846C;
}
</style>
background-color css
<style>
a { background-color: #82846C; }
a { background-color: rgb(130,132,108); }
div.DivClassName
{
background-color: #82846C;
}
.BgClassName
{
background-color: #82846C;
}
</style>
border-color css
<style>
span { border-color: #82846C; }
span { border-color: rgb(130,132,108); }
td.TdClassName
{
border-color: #82846C;
}
.TagClassName
{
border-color: #82846C;
}
</style>