#B57880

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

Shades of Tapestry #B57880

Tints of Tapestry #B57880

Color information

#B57880 (or 0xB57880) is unknown color: approx Tapestry. HEX triplet: B5, 78 and 80. RGB value is (181,120,128). Sum of RGB (Red+Green+Blue) = 181+120+128=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B57880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57880 is #4A877F. Grayscale: #8B8B8B. Windows color (decimal): -4884352 or 8419509. OLE color: 8419509.

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

Color convert

RGB181120128-
CMYK00.340.290.29
HSL352.13º29.19%59.02%-
HSV(B)352.13º33.7%70.98%-
XYZ29.6724.8223.65-
YUV139.15121.71157.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 120 (47.27% from 255) = 27.97%
BLUE value IS 128 (50.39% from 255) = 29.84%
R=42.19%
G=27.97%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112012800.340.290.29352.1329.1959.02
HexB578800221D1D1601d3b
Octal26517020004235355403573
Binary101101011111000100000000100010111011110110110000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57880; }

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

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

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

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

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

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

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

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