#B47487

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

Shades of Tapestry #B47487

Tints of Tapestry #B47487

Color information

#B47487 (or 0xB47487) is unknown color: approx Tapestry. HEX triplet: B4, 74 and 87. RGB value is (180,116,135). Sum of RGB (Red+Green+Blue) = 180+116+135=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B47487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47487 is #4B8B78. Grayscale: #898989. Windows color (decimal): -4950905 or 8877236. OLE color: 8877236.

HSL color Cylindrical-coordinate representation of color #B47487: hue angle of 342.19º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B47487 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB180116135-
CMYK00.360.250.29
HSL342.19º29.91%58.04%-
HSV(B)342.19º35.56%70.59%-
XYZ29.4423.9425.99-
YUV137.3126.7158.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 116 (45.70% from 255) = 26.91%
BLUE value IS 135 (53.12% from 255) = 31.32%
R=41.76%
G=26.91%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011613500.360.250.29342.1929.9158.04
HexB47487024191D1561e3a
Octal26416420704431355263672
Binary101101001110100100001110100100110011110110101011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47487; }

 p { color: rgb(180,116,135); }

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

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

 a { background-color: rgb(180,116,135); }

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

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

 span { border-color: rgb(180,116,135); }

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