#B57890

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

Shades of Tapestry #B57890

Tints of Tapestry #B57890

Color information

#B57890 (or 0xB57890) is unknown color: approx Tapestry. HEX triplet: B5, 78 and 90. RGB value is (181,120,144). Sum of RGB (Red+Green+Blue) = 181+120+144=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B57890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57890 is #4A876F. Grayscale: #8C8C8C. Windows color (decimal): -4884336 or 9468085. OLE color: 9468085.

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

Color convert

RGB181120144-
CMYK00.340.200.29
HSL336.39º29.19%59.02%-
HSV(B)336.39º33.7%70.98%-
XYZ30.8125.2729.64-
YUV140.98129.71156.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 120 (47.27% from 255) = 26.97%
BLUE value IS 144 (56.64% from 255) = 32.36%
R=40.67%
G=26.97%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112014400.340.200.29336.3929.1959.02
HexB57890022141D1501d3b
Octal26517022004224355203573
Binary101101011111000100100000100010101001110110101000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57890; }

 p { color: rgb(181,120,144); }

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

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

 a { background-color: rgb(181,120,144); }

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

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

 span { border-color: rgb(181,120,144); }

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