#B47889

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

Shades of Tapestry #B47889

Tints of Tapestry #B47889

Color information

#B47889 (or 0xB47889) is unknown color: approx Tapestry. HEX triplet: B4, 78 and 89. RGB value is (180,120,137). Sum of RGB (Red+Green+Blue) = 180+120+137=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B47889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47889 is #4B8776. Grayscale: #8B8B8B. Windows color (decimal): -4949879 or 9009332. OLE color: 9009332.

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

Color convert

RGB180120137-
CMYK00.330.240.29
HSL343º28.57%58.82%-
HSV(B)343º33.33%70.59%-
XYZ30.0524.9426.9-
YUV139.88126.38156.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 120 (47.27% from 255) = 27.46%
BLUE value IS 137 (53.91% from 255) = 31.35%
R=41.19%
G=27.46%
B=31.35%

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
Decimal18012013700.330.240.2934328.5758.82
HexB47889021181D1571d3b
Octal26417021104130355273573
Binary101101001111000100010010100001110001110110101011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47889; }

 p { color: rgb(180,120,137); }

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

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

 a { background-color: rgb(180,120,137); }

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

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

 span { border-color: rgb(180,120,137); }

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