Html Css Color HEX #82846D Bitter

📋 copy color: '#82846D'

red 130 ◦ green 132 ◦ blue 109

#82846D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter #82846D

Tints of Bitter #82846D

RGB

 RED value IS 130 (51.17% from 255) = 35.04%

 GREEN value IS 132 (51.95% from 255) = 35.58%

 BLUE value IS 109 (42.97% from 255) = 29.38%

R = 35.04%
G = 35.58%
B = 29.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#82846D (or 0x82846D) is known color: Bitter. HEX triplet: 82, 84 and 6D. RGB value is (130,132,109). Sum of RGB (Red+Green+Blue) = 130+132+109=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 132 - color contains mainly: green. Hex color #82846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82846D is #7D7B92. Grayscale: #808080. Windows color (decimal): -8223635 or 7177346. OLE color: 7177346.

HSL color Cylindrical-coordinate representation of color #82846D: hue angle of 65.22º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82846D is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 132 109 -
CMYK 0.02 0 0.17 0.48
HSL 65.22º 0.1% 0.47% -
HSV(B) 65.22º 0.17% 0.52% -
XYZ 20.22 22.35 17.72 -
YUV 128.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 130 132 109 0.02 0 0.17 0.48 65.22 0.1 0.47
Hex 82 84 6D 2 0 11 30 41 A 2F
Octal 202 204 155 2 0 21 60 101 12 57
Binary 10000010 10000100 1101101 10 0 10001 110000 1000001 1010 101111

Color Harmonies of #82846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82846D

Black with #82846D

Text Example


Text Example

White with #82846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82846D; }

 p { color: rgb(130,132,109); }

 H1.HeaderClassName
 {
   color: #82846D;
 }
 .AnyTagClassName
 {
   color: #82846D;
 }
</style>

background-color css

<style>
 a { background-color: #82846D; }

 a { background-color: rgb(130,132,109); }

 div.DivClassName
 {
   background-color: #82846D;
 }
 .BgClassName
 {
   background-color: #82846D;
 }
</style>

border-color css

<style>
 span { border-color: #82846D; }

 span { border-color: rgb(130,132,109); }

 td.TdClassName
 {
   border-color: #82846D;
 }
 .TagClassName
 {
   border-color: #82846D;
 }
</style>