#B57091

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

Shades of Tapestry #B57091

Tints of Tapestry #B57091

Color information

#B57091 (or 0xB57091) is unknown color: approx Tapestry. HEX triplet: B5, 70 and 91. RGB value is (181,112,145). Sum of RGB (Red+Green+Blue) = 181+112+145=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B57091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57091 is #4A8F6E. Grayscale: #888888. Windows color (decimal): -4886383 or 9531573. OLE color: 9531573.

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

Color convert

RGB181112145-
CMYK00.380.200.29
HSL331.3º31.8%57.45%-
HSV(B)331.3º38.12%70.98%-
XYZ29.9623.4629.74-
YUV136.39132.86159.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 112 (44.14% from 255) = 25.57%
BLUE value IS 145 (57.03% from 255) = 33.11%
R=41.32%
G=25.57%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111214500.380.200.29331.331.857.45
HexB57091026141D14b2039
Octal26516022104624355134071
Binary1011010111100001001000101001101010011101101001011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57091; }

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

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

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

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

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

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

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

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