Shades of Bitter #82846B
Tints of Bitter #82846B
RGB
CMYK
RGB Variations
Color information
#82846B (or 0x82846B) is known color: Bitter. HEX triplet: 82, 84 and 6B. RGB value is (130,132,107). Sum of RGB (Red+Green+Blue) = 130+132+107=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 132 - color contains mainly: green. Hex color #82846B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82846B is #7D7B94. Grayscale: #808080. Windows color (decimal): -8223637 or 7046274. OLE color: 7046274.
HSL color Cylindrical-coordinate representation of color #82846B: hue angle of 64.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #82846B is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 132 | 107 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.48 |
| HSL | 64.8º | 0.1% | 0.47% | - |
| HSV(B) | 64.8º | 0.19% | 0.52% | - |
| XYZ | 20.11 | 22.31 | 17.16 | - |
| YUV | 128.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 107 | 0.02 | 0 | 0.19 | 0.48 | 64.8 | 0.1 | 0.47 |
| Hex | 82 | 84 | 6B | 2 | 0 | 13 | 30 | 41 | A | 2F |
| Octal | 202 | 204 | 153 | 2 | 0 | 23 | 60 | 101 | 12 | 57 |
| Binary | 10000010 | 10000100 | 1101011 | 10 | 0 | 10011 | 110000 | 1000001 | 1010 | 101111 |
Color Harmonies of #82846B
Complementary color
Monochromatic Colors of #82846B
Black with #82846B
Text Example
Text Example
White with #82846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82846B; }
p { color: rgb(130,132,107); }
H1.HeaderClassName
{
color: #82846B;
}
.AnyTagClassName
{
color: #82846B;
}
</style>
background-color css
<style>
a { background-color: #82846B; }
a { background-color: rgb(130,132,107); }
div.DivClassName
{
background-color: #82846B;
}
.BgClassName
{
background-color: #82846B;
}
</style>
border-color css
<style>
span { border-color: #82846B; }
span { border-color: rgb(130,132,107); }
td.TdClassName
{
border-color: #82846B;
}
.TagClassName
{
border-color: #82846B;
}
</style>