#B47A90

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

Shades of Tapestry #B47A90

Tints of Tapestry #B47A90

Color information

#B47A90 (or 0xB47A90) is unknown color: approx Tapestry. HEX triplet: B4, 7A and 90. RGB value is (180,122,144). Sum of RGB (Red+Green+Blue) = 180+122+144=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A90 is #4B856F. Grayscale: #8D8D8D. Windows color (decimal): -4949360 or 9468596. OLE color: 9468596.

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

Color convert

RGB180122144-
CMYK00.320.20.29
HSL337.24º27.88%59.22%-
HSV(B)337.24º32.22%70.59%-
XYZ30.8225.6429.71-
YUV141.85129.22155.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 122 (48.05% from 255) = 27.35%
BLUE value IS 144 (56.64% from 255) = 32.29%
R=40.36%
G=27.35%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012214400.320.20.29337.2427.8859.22
HexB47A90020141D1511c3b
Octal26417222004024355213473
Binary101101001111010100100000100000101001110110101000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A90; }

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

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

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

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

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

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

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

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