#B47C86

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

Shades of Tapestry #B47C86

Tints of Tapestry #B47C86

Color information

#B47C86 (or 0xB47C86) is unknown color: approx Tapestry. HEX triplet: B4, 7C and 86. RGB value is (180,124,134). Sum of RGB (Red+Green+Blue) = 180+124+134=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47C86 is #4B8379. Grayscale: #8D8D8D. Windows color (decimal): -4948858 or 8813748. OLE color: 8813748.

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

Color convert

RGB180124134-
CMYK00.310.260.29
HSL349.29º27.18%59.61%-
HSV(B)349.29º31.11%70.59%-
XYZ30.3325.8425.94-
YUV141.88123.55155.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 124 (48.83% from 255) = 28.31%
BLUE value IS 134 (52.73% from 255) = 30.59%
R=41.10%
G=28.31%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012413400.310.260.29349.2927.1859.61
HexB47C8601F1A1D15d1b3c
Octal26417420603732355353374
Binary10110100111110010000110011111110101110110101110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C86; }

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

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

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

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

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

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

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

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