#B17487

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

Shades of Tapestry #B17487

Tints of Tapestry #B17487

Color information

#B17487 (or 0xB17487) is unknown color: approx Tapestry. HEX triplet: B1, 74 and 87. RGB value is (177,116,135). Sum of RGB (Red+Green+Blue) = 177+116+135=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B17487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17487 is #4E8B78. Grayscale: #888888. Windows color (decimal): -5147513 or 8877233. OLE color: 8877233.

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

Color convert

RGB177116135-
CMYK00.340.240.31
HSL341.31º28.11%57.45%-
HSV(B)341.31º34.46%69.41%-
XYZ28.7523.5925.96-
YUV136.4127.21156.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 116 (45.70% from 255) = 27.10%
BLUE value IS 135 (53.12% from 255) = 31.54%
R=41.36%
G=27.10%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711613500.340.240.31341.3128.1157.45
HexB17487022181F1551c39
Octal26116420704230375253471
Binary101100011110100100001110100010110001111110101010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17487; }

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

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

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

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

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

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

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

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