#B57687

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

Shades of Tapestry #B57687

Tints of Tapestry #B57687

Color information

#B57687 (or 0xB57687) is unknown color: approx Tapestry. HEX triplet: B5, 76 and 87. RGB value is (181,118,135). Sum of RGB (Red+Green+Blue) = 181+118+135=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B57687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57687 is #4A8978. Grayscale: #8A8A8A. Windows color (decimal): -4884857 or 8877749. OLE color: 8877749.

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

Color convert

RGB181118135-
CMYK00.350.250.29
HSL343.81º29.86%58.63%-
HSV(B)343.81º34.81%70.98%-
XYZ29.9124.5326.08-
YUV138.77125.87158.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 118 (46.48% from 255) = 27.19%
BLUE value IS 135 (53.12% from 255) = 31.11%
R=41.71%
G=27.19%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111813500.350.250.29343.8129.8658.63
HexB57687023191D1581e3b
Octal26516620704331355303673
Binary101101011110110100001110100011110011110110101100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57687; }

 p { color: rgb(181,118,135); }

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

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

 a { background-color: rgb(181,118,135); }

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

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

 span { border-color: rgb(181,118,135); }

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