#B57E8D

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

Shades of Tapestry #B57E8D

Tints of Tapestry #B57E8D

Color information

#B57E8D (or 0xB57E8D) is unknown color: approx Tapestry. HEX triplet: B5, 7E and 8D. RGB value is (181,126,141). Sum of RGB (Red+Green+Blue) = 181+126+141=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57E8D is #4A8172. Grayscale: #909090. Windows color (decimal): -4882803 or 9273013. OLE color: 9273013.

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

Color convert

RGB181126141-
CMYK00.300.220.29
HSL343.64º27.09%60.2%-
HSV(B)343.64º30.39%70.98%-
XYZ31.3226.6728.7-
YUV144.16126.22154.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 126 (49.61% from 255) = 28.12%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=40.40%
G=28.12%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112614100.300.220.29343.6427.0960.2
HexB57E8D01E161D1581b3c
Octal26517621503626355303374
Binary10110101111111010001101011110101101110110101100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E8D; }

 p { color: rgb(181,126,141); }

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

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

 a { background-color: rgb(181,126,141); }

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

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

 span { border-color: rgb(181,126,141); }

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