#B17187

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

Shades of Tapestry #B17187

Tints of Tapestry #B17187

Color information

#B17187 (or 0xB17187) is unknown color: approx Tapestry. HEX triplet: B1, 71 and 87. RGB value is (177,113,135). Sum of RGB (Red+Green+Blue) = 177+113+135=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B17187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17187 is #4E8E78. Grayscale: #868686. Windows color (decimal): -5148281 or 8876465. OLE color: 8876465.

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

Color convert

RGB177113135-
CMYK00.360.240.31
HSL339.38º29.09%56.86%-
HSV(B)339.38º36.16%69.41%-
XYZ28.4122.9125.85-
YUV134.64128.2158.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 113 (44.53% from 255) = 26.59%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=41.65%
G=26.59%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711313500.360.240.31339.3829.0956.86
HexB17187024181F1531d39
Octal26116120704430375233571
Binary101100011110001100001110100100110001111110101001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17187; }

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

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

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

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

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

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

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

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