#B57E81

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

Shades of Tapestry #B57E81

Tints of Tapestry #B57E81

Color information

#B57E81 (or 0xB57E81) is unknown color: approx Tapestry. HEX triplet: B5, 7E and 81. RGB value is (181,126,129). Sum of RGB (Red+Green+Blue) = 181+126+129=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57E81 is #4A817E. Grayscale: #8E8E8E. Windows color (decimal): -4882815 or 8486581. OLE color: 8486581.

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

Color convert

RGB181126129-
CMYK00.300.290.29
HSL356.73º27.09%60.2%-
HSV(B)356.73º30.39%70.98%-
XYZ30.4826.3324.24-
YUV142.79120.22155.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 126 (49.61% from 255) = 28.90%
BLUE value IS 129 (50.78% from 255) = 29.59%
R=41.51%
G=28.90%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112612900.300.290.29356.7327.0960.2
HexB57E8101E1D1D1651b3c
Octal26517620103635355453374
Binary10110101111111010000001011110111011110110110010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E81; }

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

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

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

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

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

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

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

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