#B47E8F

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

Shades of Tapestry #B47E8F

Tints of Tapestry #B47E8F

Color information

#B47E8F (or 0xB47E8F) is unknown color: approx Tapestry. HEX triplet: B4, 7E and 8F. RGB value is (180,126,143). Sum of RGB (Red+Green+Blue) = 180+126+143=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E8F is #4B8170. Grayscale: #909090. Windows color (decimal): -4948337 or 9404084. OLE color: 9404084.

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

Color convert

RGB180126143-
CMYK00.30.210.29
HSL341.11º26.47%60%-
HSV(B)341.11º30%70.59%-
XYZ31.2426.6129.48-
YUV144.08127.39153.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 126 (49.61% from 255) = 28.06%
BLUE value IS 143 (56.25% from 255) = 31.85%
R=40.09%
G=28.06%
B=31.85%

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
Decimal18012614300.30.210.29341.1126.4760
HexB47E8F01E151D1551a3c
Octal26417621703625355253274
Binary10110100111111010001111011110101011110110101010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E8F; }

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

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

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

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

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

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

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

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