#B57588

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

Shades of Tapestry #B57588

Tints of Tapestry #B57588

Color information

#B57588 (or 0xB57588) is unknown color: approx Tapestry. HEX triplet: B5, 75 and 88. RGB value is (181,117,136). Sum of RGB (Red+Green+Blue) = 181+117+136=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B57588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57588 is #4A8A77. Grayscale: #8A8A8A. Windows color (decimal): -4885112 or 8943029. OLE color: 8943029.

HSL color Cylindrical-coordinate representation of color #B57588: hue angle of 342.19º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57588 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB181117136-
CMYK00.350.250.29
HSL342.19º30.19%58.43%-
HSV(B)342.19º35.36%70.98%-
XYZ29.8624.3226.41-
YUV138.3126.7158.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 117 (46.09% from 255) = 26.96%
BLUE value IS 136 (53.52% from 255) = 31.34%
R=41.71%
G=26.96%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111713600.350.250.29342.1930.1958.43
HexB57588023191D1561e3a
Octal26516521004331355263672
Binary101101011110101100010000100011110011110110101011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57588; }

 p { color: rgb(181,117,136); }

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

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

 a { background-color: rgb(181,117,136); }

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

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

 span { border-color: rgb(181,117,136); }

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