#B57983

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

Shades of Tapestry #B57983

Tints of Tapestry #B57983

Color information

#B57983 (or 0xB57983) is unknown color: approx Tapestry. HEX triplet: B5, 79 and 83. RGB value is (181,121,131). Sum of RGB (Red+Green+Blue) = 181+121+131=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B57983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57983 is #4A867C. Grayscale: #8C8C8C. Windows color (decimal): -4884093 or 8616373. OLE color: 8616373.

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

Color convert

RGB181121131-
CMYK00.330.280.29
HSL350º28.85%59.22%-
HSV(B)350º33.15%70.98%-
XYZ29.9925.1424.74-
YUV140.08122.88157.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 121 (47.66% from 255) = 27.94%
BLUE value IS 131 (51.56% from 255) = 30.25%
R=41.80%
G=27.94%
B=30.25%

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
Decimal18112113100.330.280.2935028.8559.22
HexB579830211C1D15e1d3b
Octal26517120304134355363573
Binary101101011111001100000110100001111001110110101111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57983; }

 p { color: rgb(181,121,131); }

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

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

 a { background-color: rgb(181,121,131); }

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

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

 span { border-color: rgb(181,121,131); }

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