#B47F8D

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

Shades of Tapestry #B47F8D

Tints of Tapestry #B47F8D

Color information

#B47F8D (or 0xB47F8D) is unknown color: approx Tapestry. HEX triplet: B4, 7F and 8D. RGB value is (180,127,141). Sum of RGB (Red+Green+Blue) = 180+127+141=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47F8D is #4B8072. Grayscale: #909090. Windows color (decimal): -4948083 or 9273268. OLE color: 9273268.

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

Color convert

RGB180127141-
CMYK00.290.220.29
HSL344.15º26.11%60.2%-
HSV(B)344.15º29.44%70.59%-
XYZ31.2226.8128.73-
YUV144.44126.06153.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 127 (50% from 255) = 28.35%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=40.18%
G=28.35%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012714100.290.220.29344.1526.1160.2
HexB47F8D01D161D1581a3c
Octal26417721503526355303274
Binary10110100111111110001101011101101101110110101100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F8D; }

 p { color: rgb(180,127,141); }

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

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

 a { background-color: rgb(180,127,141); }

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

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

 span { border-color: rgb(180,127,141); }

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