#B47989

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

Shades of Tapestry #B47989

Tints of Tapestry #B47989

Color information

#B47989 (or 0xB47989) is unknown color: approx Tapestry. HEX triplet: B4, 79 and 89. RGB value is (180,121,137). Sum of RGB (Red+Green+Blue) = 180+121+137=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B47989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47989 is #4B8676. Grayscale: #8C8C8C. Windows color (decimal): -4949623 or 9009588. OLE color: 9009588.

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

Color convert

RGB180121137-
CMYK00.330.240.29
HSL343.73º28.23%59.02%-
HSV(B)343.73º32.78%70.59%-
XYZ30.1825.1826.94-
YUV140.46126.05156.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 137 (53.91% from 255) = 31.28%
R=41.10%
G=27.63%
B=31.28%

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
Decimal18012113700.330.240.29343.7328.2359.02
HexB47989021181D1581c3b
Octal26417121104130355303473
Binary101101001111001100010010100001110001110110101100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47989; }

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

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

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

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

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

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

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

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