Html Css Color HEX #8B6170 Mauve Taupe

📋 copy color: '#8B6170'

red 139 ◦ green 97 ◦ blue 112

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

Shades of Mauve Taupe #8B6170

Tints of Mauve Taupe #8B6170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.87%

 BLUE value IS 112 (44.14% from 255) = 32.18%

R = 39.94%
G = 27.87%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B6170 (or 0x8B6170) is known color: Mauve Taupe. HEX triplet: 8B, 61 and 70. RGB value is (139,97,112). Sum of RGB (Red+Green+Blue) = 139+97+112=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6170 is #749E8F. Grayscale: #6F6F6F. Windows color (decimal): -7642768 or 7365003. OLE color: 7365003.

HSL color Cylindrical-coordinate representation of color #8B6170: hue angle of 338.57º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B6170 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 97 112 -
CMYK 0 0.30 0.19 0.45
HSL 338.57º 0.18% 0.46% -
HSV(B) 338.57º 0.3% 0.55% -
XYZ 17.85 15.21 17.32 -
YUV 111.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 139 97 112 0 0.30 0.19 0.45 338.57 0.18 0.46
Hex 8B 61 70 0 1E 13 2D 153 12 2E
Octal 213 141 160 0 36 23 55 523 22 56
Binary 10001011 1100001 1110000 0 11110 10011 101101 101010011 10010 101110

Color Harmonies of #8B6170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6170

Black with #8B6170

Text Example


Text Example

White with #8B6170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,97,112); }

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

background-color css

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

 a { background-color: rgb(139,97,112); }

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

border-color css

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

 span { border-color: rgb(139,97,112); }

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