#B57585

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

Shades of Tapestry #B57585

Tints of Tapestry #B57585

Color information

#B57585 (or 0xB57585) is unknown color: approx Tapestry. HEX triplet: B5, 75 and 85. RGB value is (181,117,133). Sum of RGB (Red+Green+Blue) = 181+117+133=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B57585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57585 is #4A8A7A. Grayscale: #898989. Windows color (decimal): -4885115 or 8746421. OLE color: 8746421.

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

Color convert

RGB181117133-
CMYK00.350.270.29
HSL345º30.19%58.43%-
HSV(B)345º35.36%70.98%-
XYZ29.6524.2425.31-
YUV137.96125.2158.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.00%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 133 (52.34% from 255) = 30.86%
R=42.00%
G=27.15%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111713300.350.270.2934530.1958.43
HexB575850231B1D1591e3a
Octal26516520504333355313672
Binary101101011110101100001010100011110111110110101100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57585; }

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

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

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

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

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

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

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

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