#B87384

Color #B87384 Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #B87384

Tints of Tapestry #B87384

Color information

#B87384 (or 0xB87384) is unknown color: approx Tapestry. HEX triplet: B8, 73 and 84. RGB value is (184,115,132). Sum of RGB (Red+Green+Blue) = 184+115+132=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B87384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87384 is #478C7B. Grayscale: #898989. Windows color (decimal): -4689020 or 8680376. OLE color: 8680376.

HSL color Cylindrical-coordinate representation of color #B87384: hue angle of 345.22º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B87384 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB184115132-
CMYK00.380.280.28
HSL345.22º32.7%58.63%-
HSV(B)345.22º37.5%72.16%-
XYZ30.0624.1224.9-
YUV137.57124.86161.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.69%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 132 (51.95% from 255) = 30.63%
R=42.69%
G=26.68%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411513200.380.280.28345.2232.758.63
HexB873840261C1C159213b
Octal27016320404634345314173
Binary1011100011100111000010001001101110011100101011001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87384; }

 p { color: rgb(184,115,132); }

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

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

 a { background-color: rgb(184,115,132); }

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

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

 span { border-color: rgb(184,115,132); }

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