#B57691

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

Shades of Tapestry #B57691

Tints of Tapestry #B57691

Color information

#B57691 (or 0xB57691) is unknown color: approx Tapestry. HEX triplet: B5, 76 and 91. RGB value is (181,118,145). Sum of RGB (Red+Green+Blue) = 181+118+145=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B57691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57691 is #4A896E. Grayscale: #8B8B8B. Windows color (decimal): -4884847 or 9533109. OLE color: 9533109.

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

Color convert

RGB181118145-
CMYK00.350.200.29
HSL334.29º29.86%58.63%-
HSV(B)334.29º34.81%70.98%-
XYZ30.6524.8229.96-
YUV139.92130.87157.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 118 (46.48% from 255) = 26.58%
BLUE value IS 145 (57.03% from 255) = 32.66%
R=40.77%
G=26.58%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111814500.350.200.29334.2929.8658.63
HexB57691023141D14e1e3b
Octal26516622104324355163673
Binary101101011110110100100010100011101001110110100111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57691; }

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

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

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

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

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

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

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

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