#B17387

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

Shades of Tapestry #B17387

Tints of Tapestry #B17387

Color information

#B17387 (or 0xB17387) is unknown color: approx Tapestry. HEX triplet: B1, 73 and 87. RGB value is (177,115,135). Sum of RGB (Red+Green+Blue) = 177+115+135=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B17387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17387 is #4E8C78. Grayscale: #878787. Windows color (decimal): -5147769 or 8876977. OLE color: 8876977.

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

Color convert

RGB177115135-
CMYK00.350.240.31
HSL340.65º28.44%57.25%-
HSV(B)340.65º35.03%69.41%-
XYZ28.6423.3625.92-
YUV135.82127.54157.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 115 (45.31% from 255) = 26.93%
BLUE value IS 135 (53.12% from 255) = 31.62%
R=41.45%
G=26.93%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711513500.350.240.31340.6528.4457.25
HexB17387023181F1551c39
Octal26116320704330375253471
Binary101100011110011100001110100011110001111110101010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17387; }

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

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

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

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

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

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

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

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