#B17087

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

Shades of Tapestry #B17087

Tints of Tapestry #B17087

Color information

#B17087 (or 0xB17087) is unknown color: approx Tapestry. HEX triplet: B1, 70 and 87. RGB value is (177,112,135). Sum of RGB (Red+Green+Blue) = 177+112+135=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B17087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17087 is #4E8F78. Grayscale: #868686. Windows color (decimal): -5148537 or 8876209. OLE color: 8876209.

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

Color convert

RGB177112135-
CMYK00.370.240.31
HSL338.77º29.41%56.67%-
HSV(B)338.77º36.72%69.41%-
XYZ28.322.6825.81-
YUV134.06128.53158.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 112 (44.14% from 255) = 26.42%
BLUE value IS 135 (53.12% from 255) = 31.84%
R=41.75%
G=26.42%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711213500.370.240.31338.7729.4156.67
HexB17087025181F1531d39
Octal26116020704530375233571
Binary101100011110000100001110100101110001111110101001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17087; }

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

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

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

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

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

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

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

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