#B47A88

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

Shades of Tapestry #B47A88

Tints of Tapestry #B47A88

Color information

#B47A88 (or 0xB47A88) is unknown color: approx Tapestry. HEX triplet: B4, 7A and 88. RGB value is (180,122,136). Sum of RGB (Red+Green+Blue) = 180+122+136=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A88 is #4B8577. Grayscale: #8C8C8C. Windows color (decimal): -4949368 or 8944308. OLE color: 8944308.

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

Color convert

RGB180122136-
CMYK00.320.240.29
HSL345.52º27.88%59.22%-
HSV(B)345.52º32.22%70.59%-
XYZ30.2325.426.6-
YUV140.94125.22155.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 122 (48.05% from 255) = 27.85%
BLUE value IS 136 (53.52% from 255) = 31.05%
R=41.10%
G=27.85%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012213600.320.240.29345.5227.8859.22
HexB47A88020181D15a1c3b
Octal26417221004030355323473
Binary101101001111010100010000100000110001110110101101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A88; }

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

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

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

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

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

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

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

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