#B47E8E

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

Shades of Tapestry #B47E8E

Tints of Tapestry #B47E8E

Color information

#B47E8E (or 0xB47E8E) is unknown color: approx Tapestry. HEX triplet: B4, 7E and 8E. RGB value is (180,126,142). Sum of RGB (Red+Green+Blue) = 180+126+142=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E8E is #4B8171. Grayscale: #8F8F8F. Windows color (decimal): -4948338 or 9338548. OLE color: 9338548.

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

Color convert

RGB180126142-
CMYK00.30.210.29
HSL342.22º26.47%60%-
HSV(B)342.22º30%70.59%-
XYZ31.1726.5829.08-
YUV143.97126.89153.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 126 (49.61% from 255) = 28.12%
BLUE value IS 142 (55.86% from 255) = 31.70%
R=40.18%
G=28.12%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012614200.30.210.29342.2226.4760
HexB47E8E01E151D1561a3c
Octal26417621603625355263274
Binary10110100111111010001110011110101011110110101011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E8E; }

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

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

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

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

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

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

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

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