#B16E87

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

Shades of Tapestry #B16E87

Tints of Tapestry #B16E87

Color information

#B16E87 (or 0xB16E87) is unknown color: approx Tapestry. HEX triplet: B1, 6E and 87. RGB value is (177,110,135). Sum of RGB (Red+Green+Blue) = 177+110+135=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16E87 is #4E9178. Grayscale: #848484. Windows color (decimal): -5149049 or 8875697. OLE color: 8875697.

HSL color Cylindrical-coordinate representation of color #B16E87: hue angle of 337.61º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16E87 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB177110135-
CMYK00.380.240.31
HSL337.61º30.04%56.27%-
HSV(B)337.61º37.85%69.41%-
XYZ28.0822.2525.74-
YUV132.88129.2159.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 110 (43.36% from 255) = 26.07%
BLUE value IS 135 (53.12% from 255) = 31.99%
R=41.94%
G=26.07%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711013500.380.240.31337.6130.0456.27
HexB16E87026181F1521e38
Octal26115620704630375223670
Binary101100011101110100001110100110110001111110101001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16E87; }

 p { color: rgb(177,110,135); }

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

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

 a { background-color: rgb(177,110,135); }

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

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

 span { border-color: rgb(177,110,135); }

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