#B57293

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

Shades of Tapestry #B57293

Tints of Tapestry #B57293

Color information

#B57293 (or 0xB57293) is unknown color: approx Tapestry. HEX triplet: B5, 72 and 93. RGB value is (181,114,147). Sum of RGB (Red+Green+Blue) = 181+114+147=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B57293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57293 is #4A8D6C. Grayscale: #898989. Windows color (decimal): -4885869 or 9663157. OLE color: 9663157.

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

Color convert

RGB181114147-
CMYK00.370.190.29
HSL330.45º31.16%57.84%-
HSV(B)330.45º37.02%70.98%-
XYZ30.3423.9630.63-
YUV137.79133.2158.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.95%
GREEN value IS 114 (44.92% from 255) = 25.79%
BLUE value IS 147 (57.81% from 255) = 33.26%
R=40.95%
G=25.79%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111414700.370.190.29330.4531.1657.84
HexB57293025131D14a1f3a
Octal26516222304523355123772
Binary101101011110010100100110100101100111110110100101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57293; }

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

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

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

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

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

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

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

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