#B47890

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

Shades of Tapestry #B47890

Tints of Tapestry #B47890

Color information

#B47890 (or 0xB47890) is unknown color: approx Tapestry. HEX triplet: B4, 78 and 90. RGB value is (180,120,144). Sum of RGB (Red+Green+Blue) = 180+120+144=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B47890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47890 is #4B876F. Grayscale: #8C8C8C. Windows color (decimal): -4949872 or 9468084. OLE color: 9468084.

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

Color convert

RGB180120144-
CMYK00.330.20.29
HSL336º28.57%58.82%-
HSV(B)336º33.33%70.59%-
XYZ30.5725.1529.63-
YUV140.68129.88156.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 120 (47.27% from 255) = 27.03%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=40.54%
G=27.03%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012014400.330.20.2933628.5758.82
HexB47890021141D1501d3b
Octal26417022004124355203573
Binary101101001111000100100000100001101001110110101000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47890; }

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

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

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

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

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

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

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

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