Html Css Color HEX #8B6472 Mauve Taupe

📋 copy color: '#8B6472'

red 139 ◦ green 100 ◦ blue 114

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

Shades of Mauve Taupe #8B6472

Tints of Mauve Taupe #8B6472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.33%

 BLUE value IS 114 (44.92% from 255) = 32.29%

R = 39.38%
G = 28.33%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8B6472 (or 0x8B6472) is known color: Mauve Taupe. HEX triplet: 8B, 64 and 72. RGB value is (139,100,114). Sum of RGB (Red+Green+Blue) = 139+100+114=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6472 is #749B8D. Grayscale: #717171. Windows color (decimal): -7641998 or 7496843. OLE color: 7496843.

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

Color convert

RGB 139 100 114 -
CMYK 0 0.28 0.18 0.45
HSL 338.46º 0.16% 0.47% -
HSV(B) 338.46º 0.28% 0.55% -
XYZ 18.24 15.82 18.01 -
YUV 113.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 139 100 114 0 0.28 0.18 0.45 338.46 0.16 0.47
Hex 8B 64 72 0 1C 12 2D 152 10 2F
Octal 213 144 162 0 34 22 55 522 20 57
Binary 10001011 1100100 1110010 0 11100 10010 101101 101010010 10000 101111

Color Harmonies of #8B6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6472

Black with #8B6472

Text Example


Text Example

White with #8B6472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,100,114); }

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

background-color css

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

 a { background-color: rgb(139,100,114); }

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

border-color css

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

 span { border-color: rgb(139,100,114); }

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