#B47784

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

Shades of Tapestry #B47784

Tints of Tapestry #B47784

Color information

#B47784 (or 0xB47784) is unknown color: approx Tapestry. HEX triplet: B4, 77 and 84. RGB value is (180,119,132). Sum of RGB (Red+Green+Blue) = 180+119+132=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B47784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47784 is #4B887B. Grayscale: #8A8A8A. Windows color (decimal): -4950140 or 8681396. OLE color: 8681396.

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

Color convert

RGB180119132-
CMYK00.340.270.29
HSL347.21º28.91%58.63%-
HSV(B)347.21º33.89%70.59%-
XYZ29.5824.5625.01-
YUV138.72124.21157.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 119 (46.88% from 255) = 27.61%
BLUE value IS 132 (51.95% from 255) = 30.63%
R=41.76%
G=27.61%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011913200.340.270.29347.2128.9158.63
HexB477840221B1D15b1d3b
Octal26416720404233355333573
Binary101101001110111100001000100010110111110110101101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47784; }

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

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

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

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

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

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

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

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