#B87582

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

Shades of Tapestry #B87582

Tints of Tapestry #B87582

Color information

#B87582 (or 0xB87582) is unknown color: approx Tapestry. HEX triplet: B8, 75 and 82. RGB value is (184,117,130). Sum of RGB (Red+Green+Blue) = 184+117+130=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B87582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87582 is #478A7D. Grayscale: #8A8A8A. Windows color (decimal): -4688510 or 8549816. OLE color: 8549816.

HSL color Cylindrical-coordinate representation of color #B87582: hue angle of 348.36º 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 #B87582 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB184117130-
CMYK00.360.290.28
HSL348.36º32.06%59.02%-
HSV(B)348.36º36.41%72.16%-
XYZ30.1624.5224.26-
YUV138.51123.2160.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.69%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 130 (51.17% from 255) = 30.16%
R=42.69%
G=27.15%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411713000.360.290.28348.3632.0659.02
HexB875820241D1C15c203b
Octal27016520204435345344073
Binary1011100011101011000001001001001110111100101011100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87582; }

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

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

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

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

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

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

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

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