#B47084

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

Shades of Tapestry #B47084

Tints of Tapestry #B47084

Color information

#B47084 (or 0xB47084) is unknown color: approx Tapestry. HEX triplet: B4, 70 and 84. RGB value is (180,112,132). Sum of RGB (Red+Green+Blue) = 180+112+132=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B47084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47084 is #4B8F7B. Grayscale: #868686. Windows color (decimal): -4951932 or 8679604. OLE color: 8679604.

HSL color Cylindrical-coordinate representation of color #B47084: hue angle of 342.35º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B47084 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB180112132-
CMYK00.380.270.29
HSL342.35º31.19%57.25%-
HSV(B)342.35º37.78%70.59%-
XYZ28.7822.9624.74-
YUV134.61126.53160.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 112 (44.14% from 255) = 26.42%
BLUE value IS 132 (51.95% from 255) = 31.13%
R=42.45%
G=26.42%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011213200.380.270.29342.3531.1957.25
HexB470840261B1D1561f39
Octal26416020404633355263771
Binary101101001110000100001000100110110111110110101011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47084; }

 p { color: rgb(180,112,132); }

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

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

 a { background-color: rgb(180,112,132); }

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

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

 span { border-color: rgb(180,112,132); }

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