#B47A84

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

Shades of Tapestry #B47A84

Tints of Tapestry #B47A84

Color information

#B47A84 (or 0xB47A84) is unknown color: approx Tapestry. HEX triplet: B4, 7A and 84. RGB value is (180,122,132). Sum of RGB (Red+Green+Blue) = 180+122+132=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A84 is #4B857B. Grayscale: #8C8C8C. Windows color (decimal): -4949372 or 8682164. OLE color: 8682164.

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

Color convert

RGB180122132-
CMYK00.320.270.29
HSL349.66º27.88%59.22%-
HSV(B)349.66º32.22%70.59%-
XYZ29.9525.2925.13-
YUV140.48123.22156.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 122 (48.05% from 255) = 28.11%
BLUE value IS 132 (51.95% from 255) = 30.41%
R=41.47%
G=28.11%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012213200.320.270.29349.6627.8859.22
HexB47A840201B1D15e1c3b
Octal26417220404033355363473
Binary101101001111010100001000100000110111110110101111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A84; }

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

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

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

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

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

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

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

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