#B47C88

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

Shades of Tapestry #B47C88

Tints of Tapestry #B47C88

Color information

#B47C88 (or 0xB47C88) is unknown color: approx Tapestry. HEX triplet: B4, 7C and 88. RGB value is (180,124,136). Sum of RGB (Red+Green+Blue) = 180+124+136=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47C88 is #4B8377. Grayscale: #8E8E8E. Windows color (decimal): -4948856 or 8944820. OLE color: 8944820.

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

Color convert

RGB180124136-
CMYK00.310.240.29
HSL347.14º27.18%59.61%-
HSV(B)347.14º31.11%70.59%-
XYZ30.4725.926.68-
YUV142.11124.55155.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 124 (48.83% from 255) = 28.18%
BLUE value IS 136 (53.52% from 255) = 30.91%
R=40.91%
G=28.18%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012413600.310.240.29347.1427.1859.61
HexB47C8801F181D15b1b3c
Octal26417421003730355333374
Binary10110100111110010001000011111110001110110101101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C88; }

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

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

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

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

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

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

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

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