#B57185

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

Shades of Tapestry #B57185

Tints of Tapestry #B57185

Color information

#B57185 (or 0xB57185) is unknown color: approx Tapestry. HEX triplet: B5, 71 and 85. RGB value is (181,113,133). Sum of RGB (Red+Green+Blue) = 181+113+133=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B57185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57185 is #4A8E7A. Grayscale: #878787. Windows color (decimal): -4886139 or 8745397. OLE color: 8745397.

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

Color convert

RGB181113133-
CMYK00.380.270.29
HSL342.35º31.48%57.65%-
HSV(B)342.35º37.57%70.98%-
XYZ29.1923.3325.15-
YUV135.61126.53160.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 113 (44.53% from 255) = 26.46%
BLUE value IS 133 (52.34% from 255) = 31.15%
R=42.39%
G=26.46%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111313300.380.270.29342.3531.4857.65
HexB571850261B1D1561f3a
Octal26516120504633355263772
Binary101101011110001100001010100110110111110110101011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57185; }

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

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

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

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

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

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

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

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