#B57C81

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

Shades of Tapestry #B57C81

Tints of Tapestry #B57C81

Color information

#B57C81 (or 0xB57C81) is unknown color: approx Tapestry. HEX triplet: B5, 7C and 81. RGB value is (181,124,129). Sum of RGB (Red+Green+Blue) = 181+124+129=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57C81 is #4A837E. Grayscale: #8D8D8D. Windows color (decimal): -4883327 or 8486069. OLE color: 8486069.

HSL color Cylindrical-coordinate representation of color #B57C81: hue angle of 354.74º degrees, saturation: 0.28, 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 #B57C81 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB181124129-
CMYK00.310.290.29
HSL354.74º27.8%59.8%-
HSV(B)354.74º31.49%70.98%-
XYZ30.2325.8224.16-
YUV141.61120.88156.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 124 (48.83% from 255) = 28.57%
BLUE value IS 129 (50.78% from 255) = 29.72%
R=41.71%
G=28.57%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112412900.310.290.29354.7427.859.8
HexB57C8101F1D1D1631c3c
Octal26517420103735355433474
Binary10110101111110010000001011111111011110110110001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57C81; }

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

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

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

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

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

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

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

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