#B47584

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

Shades of Tapestry #B47584

Tints of Tapestry #B47584

Color information

#B47584 (or 0xB47584) is unknown color: approx Tapestry. HEX triplet: B4, 75 and 84. RGB value is (180,117,132). Sum of RGB (Red+Green+Blue) = 180+117+132=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B47584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47584 is #4B8A7B. Grayscale: #898989. Windows color (decimal): -4950652 or 8680884. OLE color: 8680884.

HSL color Cylindrical-coordinate representation of color #B47584: hue angle of 345.71º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B47584 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB180117132-
CMYK00.350.270.29
HSL345.71º29.58%58.24%-
HSV(B)345.71º35%70.59%-
XYZ29.3524.0924.93-
YUV137.55124.87158.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 132 (51.95% from 255) = 30.77%
R=41.96%
G=27.27%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011713200.350.270.29345.7129.5858.24
HexB475840231B1D15a1e3a
Octal26416520404333355323672
Binary101101001110101100001000100011110111110110101101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47584; }

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

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

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

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

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

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

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

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