#B87584

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

Shades of Tapestry #B87584

Tints of Tapestry #B87584

Color information

#B87584 (or 0xB87584) is unknown color: approx Tapestry. HEX triplet: B8, 75 and 84. RGB value is (184,117,132). Sum of RGB (Red+Green+Blue) = 184+117+132=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B87584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87584 is #478A7B. Grayscale: #8A8A8A. Windows color (decimal): -4688508 or 8680888. OLE color: 8680888.

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

Color convert

RGB184117132-
CMYK00.360.280.28
HSL346.57º32.06%59.02%-
HSV(B)346.57º36.41%72.16%-
XYZ30.2924.5824.98-
YUV138.74124.2160.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.49%
GREEN value IS 117 (46.09% from 255) = 27.02%
BLUE value IS 132 (51.95% from 255) = 30.48%
R=42.49%
G=27.02%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411713200.360.280.28346.5732.0659.02
HexB875840241C1C15b203b
Octal27016520404434345334073
Binary1011100011101011000010001001001110011100101011011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87584; }

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

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

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

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

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

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

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

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