#B47385

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

Shades of Tapestry #B47385

Tints of Tapestry #B47385

Color information

#B47385 (or 0xB47385) is unknown color: approx Tapestry. HEX triplet: B4, 73 and 85. RGB value is (180,115,133). Sum of RGB (Red+Green+Blue) = 180+115+133=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B47385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47385 is #4B8C7A. Grayscale: #888888. Windows color (decimal): -4951163 or 8745908. OLE color: 8745908.

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

Color convert

RGB180115133-
CMYK00.360.260.29
HSL343.38º30.23%57.84%-
HSV(B)343.38º36.11%70.59%-
XYZ29.1923.6625.22-
YUV136.49126.03159.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 115 (45.31% from 255) = 26.87%
BLUE value IS 133 (52.34% from 255) = 31.07%
R=42.06%
G=26.87%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011513300.360.260.29343.3830.2357.84
HexB473850241A1D1571e3a
Octal26416320504432355273672
Binary101101001110011100001010100100110101110110101011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47385; }

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

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

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

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

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

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

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

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