#B57193

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

Shades of Tapestry #B57193

Tints of Tapestry #B57193

Color information

#B57193 (or 0xB57193) is unknown color: approx Tapestry. HEX triplet: B5, 71 and 93. RGB value is (181,113,147). Sum of RGB (Red+Green+Blue) = 181+113+147=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B57193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57193 is #4A8E6C. Grayscale: #898989. Windows color (decimal): -4886125 or 9662901. OLE color: 9662901.

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

Color convert

RGB181113147-
CMYK00.380.190.29
HSL330º31.48%57.65%-
HSV(B)330º37.57%70.98%-
XYZ30.2323.7430.59-
YUV137.21133.53159.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.04%
GREEN value IS 113 (44.53% from 255) = 25.62%
BLUE value IS 147 (57.81% from 255) = 33.33%
R=41.04%
G=25.62%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111314700.380.190.2933031.4857.65
HexB57193026131D14a1f3a
Octal26516122304623355123772
Binary101101011110001100100110100110100111110110100101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57193; }

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

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

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

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

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

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

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

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