#B57F91

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

Shades of Tapestry #B57F91

Tints of Tapestry #B57F91

Color information

#B57F91 (or 0xB57F91) is unknown color: approx Tapestry. HEX triplet: B5, 7F and 91. RGB value is (181,127,145). Sum of RGB (Red+Green+Blue) = 181+127+145=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57F91 is #4A806E. Grayscale: #919191. Windows color (decimal): -4882543 or 9535413. OLE color: 9535413.

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

Color convert

RGB181127145-
CMYK00.300.200.29
HSL340º26.73%60.39%-
HSV(B)340º29.83%70.98%-
XYZ31.7627.0530.33-
YUV145.2127.89153.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 127 (50% from 255) = 28.04%
BLUE value IS 145 (57.03% from 255) = 32.01%
R=39.96%
G=28.04%
B=32.01%

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
Decimal18112714500.300.200.2934026.7360.39
HexB57F9101E141D1541b3c
Octal26517722103624355243374
Binary10110101111111110010001011110101001110110101010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57F91; }

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

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

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

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

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

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

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

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