#B47780

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

Shades of Tapestry #B47780

Tints of Tapestry #B47780

Color information

#B47780 (or 0xB47780) is unknown color: approx Tapestry. HEX triplet: B4, 77 and 80. RGB value is (180,119,128). Sum of RGB (Red+Green+Blue) = 180+119+128=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B47780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47780 is #4B887F. Grayscale: #8A8A8A. Windows color (decimal): -4950144 or 8419252. OLE color: 8419252.

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

Color convert

RGB180119128-
CMYK00.340.290.29
HSL351.15º28.91%58.63%-
HSV(B)351.15º33.89%70.59%-
XYZ29.3224.4623.6-
YUV138.27122.21157.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 119 (46.88% from 255) = 27.87%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=42.15%
G=27.87%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011912800.340.290.29351.1528.9158.63
HexB477800221D1D15f1d3b
Octal26416720004235355373573
Binary101101001110111100000000100010111011110110101111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47780; }

 p { color: rgb(180,119,128); }

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

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

 a { background-color: rgb(180,119,128); }

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

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

 span { border-color: rgb(180,119,128); }

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