#B57385

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

Shades of Tapestry #B57385

Tints of Tapestry #B57385

Color information

#B57385 (or 0xB57385) is unknown color: approx Tapestry. HEX triplet: B5, 73 and 85. RGB value is (181,115,133). Sum of RGB (Red+Green+Blue) = 181+115+133=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B57385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57385 is #4A8C7A. Grayscale: #888888. Windows color (decimal): -4885627 or 8745909. OLE color: 8745909.

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

Color convert

RGB181115133-
CMYK00.360.270.29
HSL343.64º30.84%58.04%-
HSV(B)343.64º36.46%70.98%-
XYZ29.4223.7825.23-
YUV136.79125.87159.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=42.19%
G=26.81%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111513300.360.270.29343.6430.8458.04
HexB573850241B1D1581f3a
Octal26516320504433355303772
Binary101101011110011100001010100100110111110110101100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57385; }

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

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

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

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

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

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

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

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