#B57393

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

Shades of Tapestry #B57393

Tints of Tapestry #B57393

Color information

#B57393 (or 0xB57393) is unknown color: approx Tapestry. HEX triplet: B5, 73 and 93. RGB value is (181,115,147). Sum of RGB (Red+Green+Blue) = 181+115+147=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B57393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57393 is #4A8C6C. Grayscale: #8A8A8A. Windows color (decimal): -4885613 or 9663413. OLE color: 9663413.

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

Color convert

RGB181115147-
CMYK00.360.190.29
HSL330.91º30.84%58.04%-
HSV(B)330.91º36.46%70.98%-
XYZ30.4524.1930.67-
YUV138.38132.87158.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 115 (45.31% from 255) = 25.96%
BLUE value IS 147 (57.81% from 255) = 33.18%
R=40.86%
G=25.96%
B=33.18%

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
Decimal18111514700.360.190.29330.9130.8458.04
HexB57393024131D14b1f3a
Octal26516322304423355133772
Binary101101011110011100100110100100100111110110100101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57393; }

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

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

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

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

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

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

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

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