Html Css Color HEX #8B596A Mauve Taupe

📋 copy color: '#8B596A'

red 139 ◦ green 89 ◦ blue 106

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

Shades of Mauve Taupe #8B596A

Tints of Mauve Taupe #8B596A

RGB

 RED value IS 139 (54.69% from 255) = 41.62%

 GREEN value IS 89 (35.16% from 255) = 26.65%

 BLUE value IS 106 (41.8% from 255) = 31.74%

R = 41.62%
G = 26.65%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8B596A (or 0x8B596A) is known color: Mauve Taupe. HEX triplet: 8B, 59 and 6A. RGB value is (139,89,106). Sum of RGB (Red+Green+Blue) = 139+89+106=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B596A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B596A is #74A695. Grayscale: #696969. Windows color (decimal): -7644822 or 6969739. OLE color: 6969739.

HSL color Cylindrical-coordinate representation of color #8B596A: hue angle of 339.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B596A is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 89 106 -
CMYK 0 0.36 0.24 0.45
HSL 339.6º 0.22% 0.45% -
HSV(B) 339.6º 0.36% 0.55% -
XYZ 16.82 13.67 15.39 -
YUV 105.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 139 89 106 0 0.36 0.24 0.45 339.6 0.22 0.45
Hex 8B 59 6A 0 24 18 2D 154 16 2D
Octal 213 131 152 0 44 30 55 524 26 55
Binary 10001011 1011001 1101010 0 100100 11000 101101 101010100 10110 101101

Color Harmonies of #8B596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B596A

Black with #8B596A

Text Example


Text Example

White with #8B596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B596A; }

 p { color: rgb(139,89,106); }

 H1.HeaderClassName
 {
   color: #8B596A;
 }
 .AnyTagClassName
 {
   color: #8B596A;
 }
</style>

background-color css

<style>
 a { background-color: #8B596A; }

 a { background-color: rgb(139,89,106); }

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

border-color css

<style>
 span { border-color: #8B596A; }

 span { border-color: rgb(139,89,106); }

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