#B47A8F

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

Shades of Tapestry #B47A8F

Tints of Tapestry #B47A8F

Color information

#B47A8F (or 0xB47A8F) is unknown color: approx Tapestry. HEX triplet: B4, 7A and 8F. RGB value is (180,122,143). Sum of RGB (Red+Green+Blue) = 180+122+143=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A8F is #4B8570. Grayscale: #8D8D8D. Windows color (decimal): -4949361 or 9403060. OLE color: 9403060.

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

Color convert

RGB180122143-
CMYK00.320.210.29
HSL338.28º27.88%59.22%-
HSV(B)338.28º32.22%70.59%-
XYZ30.7425.6129.31-
YUV141.74128.72155.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 143 (56.25% from 255) = 32.13%
R=40.45%
G=27.42%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012214300.320.210.29338.2827.8859.22
HexB47A8F020151D1521c3b
Octal26417221704025355223473
Binary101101001111010100011110100000101011110110101001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A8F; }

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

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

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

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

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

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

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

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