#B57A91

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

Shades of Tapestry #B57A91

Tints of Tapestry #B57A91

Color information

#B57A91 (or 0xB57A91) is unknown color: approx Tapestry. HEX triplet: B5, 7A and 91. RGB value is (181,122,145). Sum of RGB (Red+Green+Blue) = 181+122+145=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A91 is #4A856E. Grayscale: #8E8E8E. Windows color (decimal): -4883823 or 9534133. OLE color: 9534133.

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

Color convert

RGB181122145-
CMYK00.330.200.29
HSL336.61º28.5%59.41%-
HSV(B)336.61º32.6%70.98%-
XYZ31.1325.7930.12-
YUV142.26129.55155.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 122 (48.05% from 255) = 27.23%
BLUE value IS 145 (57.03% from 255) = 32.37%
R=40.40%
G=27.23%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112214500.330.200.29336.6128.559.41
HexB57A91021141D1511d3b
Octal26517222104124355213573
Binary101101011111010100100010100001101001110110101000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A91; }

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

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

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

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

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

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

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

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