#B47E8B

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

Shades of Tapestry #B47E8B

Tints of Tapestry #B47E8B

Color information

#B47E8B (or 0xB47E8B) is unknown color: approx Tapestry. HEX triplet: B4, 7E and 8B. RGB value is (180,126,139). Sum of RGB (Red+Green+Blue) = 180+126+139=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E8B is #4B8174. Grayscale: #8F8F8F. Windows color (decimal): -4948341 or 9141940. OLE color: 9141940.

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

Color convert

RGB180126139-
CMYK00.30.230.29
HSL345.56º26.47%60%-
HSV(B)345.56º30%70.59%-
XYZ30.9426.4927.91-
YUV143.63125.39153.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 126 (49.61% from 255) = 28.31%
BLUE value IS 139 (54.69% from 255) = 31.24%
R=40.45%
G=28.31%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012613900.30.230.29345.5626.4760
HexB47E8B01E171D15a1a3c
Octal26417621303627355323274
Binary10110100111111010001011011110101111110110101101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E8B; }

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

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

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

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

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

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

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

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