#B47B87

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

Shades of Tapestry #B47B87

Tints of Tapestry #B47B87

Color information

#B47B87 (or 0xB47B87) is unknown color: approx Tapestry. HEX triplet: B4, 7B and 87. RGB value is (180,123,135). Sum of RGB (Red+Green+Blue) = 180+123+135=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47B87 is #4B8478. Grayscale: #8D8D8D. Windows color (decimal): -4949113 or 8879028. OLE color: 8879028.

HSL color Cylindrical-coordinate representation of color #B47B87: hue angle of 347.37º 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 #B47B87 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB180123135-
CMYK00.320.250.29
HSL347.37º27.54%59.41%-
HSV(B)347.37º31.67%70.59%-
XYZ30.2825.6226.27-
YUV141.41124.38155.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 123 (48.44% from 255) = 28.08%
BLUE value IS 135 (53.12% from 255) = 30.82%
R=41.10%
G=28.08%
B=30.82%

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
Decimal18012313500.320.250.29347.3727.5459.41
HexB47B87020191D15b1c3b
Octal26417320704031355333473
Binary101101001111011100001110100000110011110110101101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B87; }

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

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

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

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

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

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

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

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