#B57D8C

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

Shades of Tapestry #B57D8C

Tints of Tapestry #B57D8C

Color information

#B57D8C (or 0xB57D8C) is unknown color: approx Tapestry. HEX triplet: B5, 7D and 8C. RGB value is (181,125,140). Sum of RGB (Red+Green+Blue) = 181+125+140=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57D8C is #4A8273. Grayscale: #8F8F8F. Windows color (decimal): -4883060 or 9207221. OLE color: 9207221.

HSL color Cylindrical-coordinate representation of color #B57D8C: hue angle of 343.93º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B57D8C is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB181125140-
CMYK00.310.230.29
HSL343.93º27.45%60%-
HSV(B)343.93º30.94%70.98%-
XYZ31.1226.3828.26-
YUV143.45126.05154.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 125 (49.22% from 255) = 28.03%
BLUE value IS 140 (55.08% from 255) = 31.39%
R=40.58%
G=28.03%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112514000.310.230.29343.9327.4560
HexB57D8C01F171D1581b3c
Octal26517521403727355303374
Binary10110101111110110001100011111101111110110101100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57D8C; }

 p { color: rgb(181,125,140); }

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

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

 a { background-color: rgb(181,125,140); }

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

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

 span { border-color: rgb(181,125,140); }

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