#B57C84

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

Shades of Tapestry #B57C84

Tints of Tapestry #B57C84

Color information

#B57C84 (or 0xB57C84) is unknown color: approx Tapestry. HEX triplet: B5, 7C and 84. RGB value is (181,124,132). Sum of RGB (Red+Green+Blue) = 181+124+132=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57C84 is #4A837B. Grayscale: #8D8D8D. Windows color (decimal): -4883324 or 8682677. OLE color: 8682677.

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

Color convert

RGB181124132-
CMYK00.310.270.29
HSL351.58º27.8%59.8%-
HSV(B)351.58º31.49%70.98%-
XYZ30.4325.9125.23-
YUV141.95122.38155.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 124 (48.83% from 255) = 28.38%
BLUE value IS 132 (51.95% from 255) = 30.21%
R=41.42%
G=28.38%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112413200.310.270.29351.5827.859.8
HexB57C8401F1B1D1601c3c
Octal26517420403733355403474
Binary10110101111110010000100011111110111110110110000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57C84; }

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

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

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

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

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

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

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

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