#B47A85

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

Shades of Tapestry #B47A85

Tints of Tapestry #B47A85

Color information

#B47A85 (or 0xB47A85) is unknown color: approx Tapestry. HEX triplet: B4, 7A and 85. RGB value is (180,122,133). Sum of RGB (Red+Green+Blue) = 180+122+133=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A85 is #4B857A. Grayscale: #8C8C8C. Windows color (decimal): -4949371 or 8747700. OLE color: 8747700.

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

Color convert

RGB180122133-
CMYK00.320.260.29
HSL348.62º27.88%59.22%-
HSV(B)348.62º32.22%70.59%-
XYZ30.0225.3225.49-
YUV140.6123.72156.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 122 (48.05% from 255) = 28.05%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=41.38%
G=28.05%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012213300.320.260.29348.6227.8859.22
HexB47A850201A1D15d1c3b
Octal26417220504032355353473
Binary101101001111010100001010100000110101110110101110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A85; }

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

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

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

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

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

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

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

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