#B57881

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

Shades of Tapestry #B57881

Tints of Tapestry #B57881

Color information

#B57881 (or 0xB57881) is unknown color: approx Tapestry. HEX triplet: B5, 78 and 81. RGB value is (181,120,129). Sum of RGB (Red+Green+Blue) = 181+120+129=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B57881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57881 is #4A877E. Grayscale: #8B8B8B. Windows color (decimal): -4884351 or 8485045. OLE color: 8485045.

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

Color convert

RGB181120129-
CMYK00.340.290.29
HSL351.15º29.19%59.02%-
HSV(B)351.15º33.7%70.98%-
XYZ29.7324.8424-
YUV139.26122.21157.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 120 (47.27% from 255) = 27.91%
BLUE value IS 129 (50.78% from 255) = 30%
R=42.09%
G=27.91%
B=30%

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
Decimal18112012900.340.290.29351.1529.1959.02
HexB578810221D1D15f1d3b
Octal26517020104235355373573
Binary101101011111000100000010100010111011110110101111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57881; }

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

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

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

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

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

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

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

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