#B47988

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

Shades of Tapestry #B47988

Tints of Tapestry #B47988

Color information

#B47988 (or 0xB47988) is unknown color: approx Tapestry. HEX triplet: B4, 79 and 88. RGB value is (180,121,136). Sum of RGB (Red+Green+Blue) = 180+121+136=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B47988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47988 is #4B8677. Grayscale: #8C8C8C. Windows color (decimal): -4949624 or 8944052. OLE color: 8944052.

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

Color convert

RGB180121136-
CMYK00.330.240.29
HSL344.75º28.23%59.02%-
HSV(B)344.75º32.78%70.59%-
XYZ30.125.1626.56-
YUV140.35125.55156.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 136 (53.52% from 255) = 31.12%
R=41.19%
G=27.69%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012113600.330.240.29344.7528.2359.02
HexB47988021181D1591c3b
Octal26417121004130355313473
Binary101101001111001100010000100001110001110110101100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47988; }

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

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

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

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

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

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

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

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