#B47E84

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

Shades of Tapestry #B47E84

Tints of Tapestry #B47E84

Color information

#B47E84 (or 0xB47E84) is unknown color: approx Tapestry. HEX triplet: B4, 7E and 84. RGB value is (180,126,132). Sum of RGB (Red+Green+Blue) = 180+126+132=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E84 is #4B817B. Grayscale: #8E8E8E. Windows color (decimal): -4948348 or 8683188. OLE color: 8683188.

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

Color convert

RGB180126132-
CMYK00.30.270.29
HSL353.33º26.47%60%-
HSV(B)353.33º30%70.59%-
XYZ30.4526.2925.3-
YUV142.83121.89154.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 126 (49.61% from 255) = 28.77%
BLUE value IS 132 (51.95% from 255) = 30.14%
R=41.10%
G=28.77%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012613200.30.270.29353.3326.4760
HexB47E8401E1B1D1611a3c
Octal26417620403633355413274
Binary10110100111111010000100011110110111110110110000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E84; }

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

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

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

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

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

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

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

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