#B57785

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

Shades of Tapestry #B57785

Tints of Tapestry #B57785

Color information

#B57785 (or 0xB57785) is unknown color: approx Tapestry. HEX triplet: B5, 77 and 85. RGB value is (181,119,133). Sum of RGB (Red+Green+Blue) = 181+119+133=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B57785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57785 is #4A887A. Grayscale: #8B8B8B. Windows color (decimal): -4884603 or 8746933. OLE color: 8746933.

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

Color convert

RGB181119133-
CMYK00.340.270.29
HSL346.45º29.52%58.82%-
HSV(B)346.45º34.25%70.98%-
XYZ29.8924.7125.38-
YUV139.13124.54157.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 119 (46.88% from 255) = 27.48%
BLUE value IS 133 (52.34% from 255) = 30.72%
R=41.80%
G=27.48%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111913300.340.270.29346.4529.5258.82
HexB577850221B1D15a1e3b
Octal26516720504233355323673
Binary101101011110111100001010100010110111110110101101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57785; }

 p { color: rgb(181,119,133); }

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

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

 a { background-color: rgb(181,119,133); }

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

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

 span { border-color: rgb(181,119,133); }

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