#B57A82

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

Shades of Tapestry #B57A82

Tints of Tapestry #B57A82

Color information

#B57A82 (or 0xB57A82) is unknown color: approx Tapestry. HEX triplet: B5, 7A and 82. RGB value is (181,122,130). Sum of RGB (Red+Green+Blue) = 181+122+130=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A82 is #4A857D. Grayscale: #8C8C8C. Windows color (decimal): -4883838 or 8551093. OLE color: 8551093.

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

Color convert

RGB181122130-
CMYK00.330.280.29
HSL351.86º28.5%59.41%-
HSV(B)351.86º32.6%70.98%-
XYZ30.0425.3524.43-
YUV140.55122.05156.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 122 (48.05% from 255) = 28.18%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=41.80%
G=28.18%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112213000.330.280.29351.8628.559.41
HexB57A820211C1D1601d3b
Octal26517220204134355403573
Binary101101011111010100000100100001111001110110110000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A82; }

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

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

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

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

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

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

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

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