#B57186

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

Shades of Tapestry #B57186

Tints of Tapestry #B57186

Color information

#B57186 (or 0xB57186) is unknown color: approx Tapestry. HEX triplet: B5, 71 and 86. RGB value is (181,113,134). Sum of RGB (Red+Green+Blue) = 181+113+134=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B57186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57186 is #4A8E79. Grayscale: #878787. Windows color (decimal): -4886138 or 8810933. OLE color: 8810933.

HSL color Cylindrical-coordinate representation of color #B57186: hue angle of 341.47º 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 #B57186 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB181113134-
CMYK00.380.260.29
HSL341.47º31.48%57.65%-
HSV(B)341.47º37.57%70.98%-
XYZ29.2623.3625.52-
YUV135.73127.03160.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.29%
GREEN value IS 113 (44.53% from 255) = 26.40%
BLUE value IS 134 (52.73% from 255) = 31.31%
R=42.29%
G=26.40%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111313400.380.260.29341.4731.4857.65
HexB571860261A1D1551f3a
Octal26516120604632355253772
Binary101101011110001100001100100110110101110110101010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57186; }

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

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

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

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

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

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

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

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