Html Css Color HEX #8B5D6F Mauve Taupe

📋 copy color: '#8B5D6F'

red 139 ◦ green 93 ◦ blue 111

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

Shades of Mauve Taupe #8B5D6F

Tints of Mauve Taupe #8B5D6F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.11%

 BLUE value IS 111 (43.75% from 255) = 32.36%

R = 40.52%
G = 27.11%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8B5D6F (or 0x8B5D6F) is known color: Mauve Taupe. HEX triplet: 8B, 5D and 6F. RGB value is (139,93,111). Sum of RGB (Red+Green+Blue) = 139+93+111=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5D6F is #74A290. Grayscale: #6C6C6C. Windows color (decimal): -7643793 or 7298443. OLE color: 7298443.

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

Color convert

RGB 139 93 111 -
CMYK 0 0.33 0.20 0.45
HSL 336.52º 0.2% 0.45% -
HSV(B) 336.52º 0.33% 0.55% -
XYZ 17.43 14.47 16.91 -
YUV 108.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 139 93 111 0 0.33 0.20 0.45 336.52 0.2 0.45
Hex 8B 5D 6F 0 21 14 2D 151 14 2D
Octal 213 135 157 0 41 24 55 521 24 55
Binary 10001011 1011101 1101111 0 100001 10100 101101 101010001 10100 101101

Color Harmonies of #8B5D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5D6F

Black with #8B5D6F

Text Example


Text Example

White with #8B5D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,93,111); }

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

background-color css

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

 a { background-color: rgb(139,93,111); }

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

border-color css

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

 span { border-color: rgb(139,93,111); }

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