#B47580

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

Shades of Tapestry #B47580

Tints of Tapestry #B47580

Color information

#B47580 (or 0xB47580) is unknown color: approx Tapestry. HEX triplet: B4, 75 and 80. RGB value is (180,117,128). Sum of RGB (Red+Green+Blue) = 180+117+128=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B47580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47580 is #4B8A7F. Grayscale: #898989. Windows color (decimal): -4950656 or 8418740. OLE color: 8418740.

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

Color convert

RGB180117128-
CMYK00.350.290.29
HSL349.52º29.58%58.24%-
HSV(B)349.52º35%70.59%-
XYZ29.0823.9823.52-
YUV137.09122.87158.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=42.35%
G=27.53%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011712800.350.290.29349.5229.5858.24
HexB475800231D1D15e1e3a
Octal26416520004335355363672
Binary101101001110101100000000100011111011110110101111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47580; }

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

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

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

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

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

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

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

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