#B57985

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

Shades of Tapestry #B57985

Tints of Tapestry #B57985

Color information

#B57985 (or 0xB57985) is unknown color: approx Tapestry. HEX triplet: B5, 79 and 85. RGB value is (181,121,133). Sum of RGB (Red+Green+Blue) = 181+121+133=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B57985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57985 is #4A867A. Grayscale: #8C8C8C. Windows color (decimal): -4884091 or 8747445. OLE color: 8747445.

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

Color convert

RGB181121133-
CMYK00.330.270.29
HSL348º28.85%59.22%-
HSV(B)348º33.15%70.98%-
XYZ30.1325.1925.46-
YUV140.31123.88157.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 121 (47.66% from 255) = 27.82%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=41.61%
G=27.82%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112113300.330.270.2934828.8559.22
HexB579850211B1D15c1d3b
Octal26517120504133355343573
Binary101101011111001100001010100001110111110110101110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57985; }

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

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

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

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

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

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

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

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