Html Css Color HEX #8B6274 Mauve Taupe

📋 copy color: '#8B6274'

red 139 ◦ green 98 ◦ blue 116

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

Shades of Mauve Taupe #8B6274

Tints of Mauve Taupe #8B6274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.76%

 BLUE value IS 116 (45.7% from 255) = 32.86%

R = 39.38%
G = 27.76%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8B6274 (or 0x8B6274) is known color: Mauve Taupe. HEX triplet: 8B, 62 and 74. RGB value is (139,98,116). Sum of RGB (Red+Green+Blue) = 139+98+116=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6274 is #749D8B. Grayscale: #707070. Windows color (decimal): -7642508 or 7627403. OLE color: 7627403.

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

Color convert

RGB 139 98 116 -
CMYK 0 0.29 0.17 0.45
HSL 333.66º 0.17% 0.46% -
HSV(B) 333.66º 0.29% 0.55% -
XYZ 18.17 15.49 18.55 -
YUV 112.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 139 98 116 0 0.29 0.17 0.45 333.66 0.17 0.46
Hex 8B 62 74 0 1D 11 2D 14E 11 2E
Octal 213 142 164 0 35 21 55 516 21 56
Binary 10001011 1100010 1110100 0 11101 10001 101101 101001110 10001 101110

Color Harmonies of #8B6274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6274

Black with #8B6274

Text Example


Text Example

White with #8B6274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,98,116); }

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

background-color css

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

 a { background-color: rgb(139,98,116); }

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

border-color css

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

 span { border-color: rgb(139,98,116); }

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