#B47685

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

Shades of Tapestry #B47685

Tints of Tapestry #B47685

Color information

#B47685 (or 0xB47685) is unknown color: approx Tapestry. HEX triplet: B4, 76 and 85. RGB value is (180,118,133). Sum of RGB (Red+Green+Blue) = 180+118+133=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B47685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47685 is #4B897A. Grayscale: #8A8A8A. Windows color (decimal): -4950395 or 8746676. OLE color: 8746676.

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

Color convert

RGB180118133-
CMYK00.340.260.29
HSL345.48º29.25%58.43%-
HSV(B)345.48º34.44%70.59%-
XYZ29.5324.3525.33-
YUV138.25125.04157.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 133 (52.34% from 255) = 30.86%
R=41.76%
G=27.38%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011813300.340.260.29345.4829.2558.43
HexB476850221A1D1591d3a
Octal26416620504232355313572
Binary101101001110110100001010100010110101110110101100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47685; }

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

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

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

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

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

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

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

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