#B57E91

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

Shades of Tapestry #B57E91

Tints of Tapestry #B57E91

Color information

#B57E91 (or 0xB57E91) is unknown color: approx Tapestry. HEX triplet: B5, 7E and 91. RGB value is (181,126,145). Sum of RGB (Red+Green+Blue) = 181+126+145=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57E91 is #4A816E. Grayscale: #909090. Windows color (decimal): -4882799 or 9535157. OLE color: 9535157.

HSL color Cylindrical-coordinate representation of color #B57E91: hue angle of 339.27º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B57E91 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB181126145-
CMYK00.300.200.29
HSL339.27º27.09%60.2%-
HSV(B)339.27º30.39%70.98%-
XYZ31.6326.7930.29-
YUV144.61128.22153.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 126 (49.61% from 255) = 27.88%
BLUE value IS 145 (57.03% from 255) = 32.08%
R=40.04%
G=27.88%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112614500.300.200.29339.2727.0960.2
HexB57E9101E141D1531b3c
Octal26517622103624355233374
Binary10110101111111010010001011110101001110110101001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E91; }

 p { color: rgb(181,126,145); }

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

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

 a { background-color: rgb(181,126,145); }

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

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

 span { border-color: rgb(181,126,145); }

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