#B57B84

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

Shades of Tapestry #B57B84

Tints of Tapestry #B57B84

Color information

#B57B84 (or 0xB57B84) is unknown color: approx Tapestry. HEX triplet: B5, 7B and 84. RGB value is (181,123,132). Sum of RGB (Red+Green+Blue) = 181+123+132=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57B84 is #4A847B. Grayscale: #8D8D8D. Windows color (decimal): -4883580 or 8682421. OLE color: 8682421.

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

Color convert

RGB181123132-
CMYK00.320.270.29
HSL350.69º28.16%59.61%-
HSV(B)350.69º32.04%70.98%-
XYZ30.325.6625.18-
YUV141.37122.72156.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 123 (48.44% from 255) = 28.21%
BLUE value IS 132 (51.95% from 255) = 30.28%
R=41.51%
G=28.21%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112313200.320.270.29350.6928.1659.61
HexB57B840201B1D15f1c3c
Octal26517320404033355373474
Binary101101011111011100001000100000110111110110101111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B84; }

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

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

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

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

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

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

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

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