Html Css Color HEX #8B586E Mauve Taupe

📋 copy color: '#8B586E'

red 139 ◦ green 88 ◦ blue 110

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

Shades of Mauve Taupe #8B586E

Tints of Mauve Taupe #8B586E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.11%

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 41.25%
G = 26.11%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8B586E (or 0x8B586E) is known color: Mauve Taupe. HEX triplet: 8B, 58 and 6E. RGB value is (139,88,110). Sum of RGB (Red+Green+Blue) = 139+88+110=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B586E is #74A791. Grayscale: #696969. Windows color (decimal): -7645074 or 7231627. OLE color: 7231627.

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

Color convert

RGB 139 88 110 -
CMYK 0 0.37 0.21 0.45
HSL 334.12º 0.22% 0.45% -
HSV(B) 334.12º 0.37% 0.55% -
XYZ 16.95 13.59 16.48 -
YUV 105.76 130.4 151.71 -
System Red Green Blue C M Y K H S L
Decimal 139 88 110 0 0.37 0.21 0.45 334.12 0.22 0.45
Hex 8B 58 6E 0 25 15 2D 14E 16 2D
Octal 213 130 156 0 45 25 55 516 26 55
Binary 10001011 1011000 1101110 0 100101 10101 101101 101001110 10110 101101

Color Harmonies of #8B586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B586E

Black with #8B586E

Text Example


Text Example

White with #8B586E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,88,110); }

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

background-color css

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

 a { background-color: rgb(139,88,110); }

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

border-color css

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

 span { border-color: rgb(139,88,110); }

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