#8B5B6E

Color #8B5B6E Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #8B5B6E

Tints of Mauve Taupe #8B5B6E

Color information

#8B5B6E (or 0x8B5B6E) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 5B and 6E. RGB value is (139,91,110). Sum of RGB (Red+Green+Blue) = 139+91+110=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5B6E is #74A491. Grayscale: #6B6B6B. Windows color (decimal): -7644306 or 7232395. OLE color: 7232395.

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

Color convert

RGB13991110-
CMYK00.350.210.45
HSL336.25º20.87%45.1%-
HSV(B)336.25º34.53%54.51%-
XYZ17.214.116.57-
YUV107.52129.4150.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.88%
GREEN value IS 91 (35.94% from 255) = 26.76%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=40.88%
G=26.76%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399111000.350.210.45336.2520.8745.1
Hex8B5B6E023152D150152d
Octal21313315604325555202555
Binary100010111011011110111001000111010110110110101000010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B5B6E;
 }
 .AnyTagClassName
 {
   color: #8B5B6E;
 }
</style>
background-color css

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

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

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

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

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

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