#B47586

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

Shades of Tapestry #B47586

Tints of Tapestry #B47586

Color information

#B47586 (or 0xB47586) is unknown color: approx Tapestry. HEX triplet: B4, 75 and 86. RGB value is (180,117,134). Sum of RGB (Red+Green+Blue) = 180+117+134=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B47586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47586 is #4B8A79. Grayscale: #898989. Windows color (decimal): -4950650 or 8811956. OLE color: 8811956.

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

Color convert

RGB180117134-
CMYK00.350.260.29
HSL343.81º29.58%58.24%-
HSV(B)343.81º35%70.59%-
XYZ29.4924.1525.66-
YUV137.78125.87158.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 134 (52.73% from 255) = 31.09%
R=41.76%
G=27.15%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011713400.350.260.29343.8129.5858.24
HexB475860231A1D1581e3a
Octal26416520604332355303672
Binary101101001110101100001100100011110101110110101100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47586; }

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

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

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

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

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

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

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

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