#B47A87

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

Shades of Tapestry #B47A87

Tints of Tapestry #B47A87

Color information

#B47A87 (or 0xB47A87) is unknown color: approx Tapestry. HEX triplet: B4, 7A and 87. RGB value is (180,122,135). Sum of RGB (Red+Green+Blue) = 180+122+135=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A87 is #4B8578. Grayscale: #8C8C8C. Windows color (decimal): -4949369 or 8878772. OLE color: 8878772.

HSL color Cylindrical-coordinate representation of color #B47A87: hue angle of 346.55º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B47A87 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB180122135-
CMYK00.320.250.29
HSL346.55º27.88%59.22%-
HSV(B)346.55º32.22%70.59%-
XYZ30.1625.3726.23-
YUV140.82124.72155.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 122 (48.05% from 255) = 27.92%
BLUE value IS 135 (53.12% from 255) = 30.89%
R=41.19%
G=27.92%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012213500.320.250.29346.5527.8859.22
HexB47A87020191D15b1c3b
Octal26417220704031355333473
Binary101101001111010100001110100000110011110110101101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A87; }

 p { color: rgb(180,122,135); }

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

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

 a { background-color: rgb(180,122,135); }

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

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

 span { border-color: rgb(180,122,135); }

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