#B57E8B

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

Shades of Tapestry #B57E8B

Tints of Tapestry #B57E8B

Color information

#B57E8B (or 0xB57E8B) is unknown color: approx Tapestry. HEX triplet: B5, 7E and 8B. RGB value is (181,126,139). Sum of RGB (Red+Green+Blue) = 181+126+139=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57E8B is #4A8174. Grayscale: #8F8F8F. Windows color (decimal): -4882805 or 9141941. OLE color: 9141941.

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

Color convert

RGB181126139-
CMYK00.300.230.29
HSL345.82º27.09%60.2%-
HSV(B)345.82º30.39%70.98%-
XYZ31.1826.6127.92-
YUV143.93125.22154.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 126 (49.61% from 255) = 28.25%
BLUE value IS 139 (54.69% from 255) = 31.17%
R=40.58%
G=28.25%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112613900.300.230.29345.8227.0960.2
HexB57E8B01E171D15a1b3c
Octal26517621303627355323374
Binary10110101111111010001011011110101111110110101101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E8B; }

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

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

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

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

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

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

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

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