#B57493

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

Shades of Tapestry #B57493

Tints of Tapestry #B57493

Color information

#B57493 (or 0xB57493) is unknown color: approx Tapestry. HEX triplet: B5, 74 and 93. RGB value is (181,116,147). Sum of RGB (Red+Green+Blue) = 181+116+147=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B57493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57493 is #4A8B6C. Grayscale: #8A8A8A. Windows color (decimal): -4885357 or 9663669. OLE color: 9663669.

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

Color convert

RGB181116147-
CMYK00.360.190.29
HSL331.38º30.52%58.24%-
HSV(B)331.38º35.91%70.98%-
XYZ30.5724.4230.71-
YUV138.97132.53157.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 116 (45.70% from 255) = 26.13%
BLUE value IS 147 (57.81% from 255) = 33.11%
R=40.77%
G=26.13%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111614700.360.190.29331.3830.5258.24
HexB57493024131D14b1f3a
Octal26516422304423355133772
Binary101101011110100100100110100100100111110110100101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57493; }

 p { color: rgb(181,116,147); }

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

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

 a { background-color: rgb(181,116,147); }

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

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

 span { border-color: rgb(181,116,147); }

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