#B47D8F

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

Shades of Tapestry #B47D8F

Tints of Tapestry #B47D8F

Color information

#B47D8F (or 0xB47D8F) is unknown color: approx Tapestry. HEX triplet: B4, 7D and 8F. RGB value is (180,125,143). Sum of RGB (Red+Green+Blue) = 180+125+143=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47D8F is #4B8270. Grayscale: #8F8F8F. Windows color (decimal): -4948593 or 9403828. OLE color: 9403828.

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

Color convert

RGB180125143-
CMYK00.310.210.29
HSL340.36º26.83%59.8%-
HSV(B)340.36º30.56%70.59%-
XYZ31.1126.3529.43-
YUV143.5127.72154.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 125 (49.22% from 255) = 27.90%
BLUE value IS 143 (56.25% from 255) = 31.92%
R=40.18%
G=27.90%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012514300.310.210.29340.3626.8359.8
HexB47D8F01F151D1541b3c
Octal26417521703725355243374
Binary10110100111110110001111011111101011110110101010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D8F; }

 p { color: rgb(180,125,143); }

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

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

 a { background-color: rgb(180,125,143); }

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

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

 span { border-color: rgb(180,125,143); }

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