#B17F87

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

Shades of Tapestry #B17F87

Tints of Tapestry #B17F87

Color information

#B17F87 (or 0xB17F87) is unknown color: approx Tapestry. HEX triplet: B1, 7F and 87. RGB value is (177,127,135). Sum of RGB (Red+Green+Blue) = 177+127+135=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F87 is #4E8078. Grayscale: #8E8E8E. Windows color (decimal): -5144697 or 8880049. OLE color: 8880049.

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

Color convert

RGB177127135-
CMYK00.280.240.31
HSL350.4º24.27%59.61%-
HSV(B)350.4º28.25%69.41%-
XYZ30.0926.2826.41-
YUV142.86123.56152.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 127 (50% from 255) = 28.93%
BLUE value IS 135 (53.12% from 255) = 30.75%
R=40.32%
G=28.93%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712713500.280.240.31350.424.2759.61
HexB17F8701C181F15e183c
Octal26117720703430375363074
Binary10110001111111110000111011100110001111110101111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17F87; }

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

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

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

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

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

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

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

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