#B47085

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

Shades of Tapestry #B47085

Tints of Tapestry #B47085

Color information

#B47085 (or 0xB47085) is unknown color: approx Tapestry. HEX triplet: B4, 70 and 85. RGB value is (180,112,133). Sum of RGB (Red+Green+Blue) = 180+112+133=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B47085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47085 is #4B8F7A. Grayscale: #868686. Windows color (decimal): -4951931 or 8745140. OLE color: 8745140.

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

Color convert

RGB180112133-
CMYK00.380.260.29
HSL341.47º31.19%57.25%-
HSV(B)341.47º37.78%70.59%-
XYZ28.8522.9925.11-
YUV134.73127.03160.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 112 (44.14% from 255) = 26.35%
BLUE value IS 133 (52.34% from 255) = 31.29%
R=42.35%
G=26.35%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011213300.380.260.29341.4731.1957.25
HexB470850261A1D1551f39
Octal26416020504632355253771
Binary101101001110000100001010100110110101110110101010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47085; }

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

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

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

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

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

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

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

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