#B57590

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

Shades of Tapestry #B57590

Tints of Tapestry #B57590

Color information

#B57590 (or 0xB57590) is unknown color: approx Tapestry. HEX triplet: B5, 75 and 90. RGB value is (181,117,144). Sum of RGB (Red+Green+Blue) = 181+117+144=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B57590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57590 is #4A8A6F. Grayscale: #8B8B8B. Windows color (decimal): -4885104 or 9467317. OLE color: 9467317.

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

Color convert

RGB181117144-
CMYK00.350.200.29
HSL334.69º30.19%58.43%-
HSV(B)334.69º35.36%70.98%-
XYZ30.4524.5629.52-
YUV139.21130.7157.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.95%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 144 (56.64% from 255) = 32.58%
R=40.95%
G=26.47%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111714400.350.200.29334.6930.1958.43
HexB57590023141D14f1e3a
Octal26516522004324355173672
Binary101101011110101100100000100011101001110110100111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57590; }

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

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

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

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

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

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

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

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