#B47886

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

Shades of Tapestry #B47886

Tints of Tapestry #B47886

Color information

#B47886 (or 0xB47886) is unknown color: approx Tapestry. HEX triplet: B4, 78 and 86. RGB value is (180,120,134). Sum of RGB (Red+Green+Blue) = 180+120+134=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B47886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47886 is #4B8779. Grayscale: #8B8B8B. Windows color (decimal): -4949882 or 8812724. OLE color: 8812724.

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

Color convert

RGB180120134-
CMYK00.330.260.29
HSL346º28.57%58.82%-
HSV(B)346º33.33%70.59%-
XYZ29.8424.8625.78-
YUV139.54124.88156.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 120 (47.27% from 255) = 27.65%
BLUE value IS 134 (52.73% from 255) = 30.88%
R=41.47%
G=27.65%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012013400.330.260.2934628.5758.82
HexB478860211A1D15a1d3b
Octal26417020604132355323573
Binary101101001111000100001100100001110101110110101101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47886; }

 p { color: rgb(180,120,134); }

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

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

 a { background-color: rgb(180,120,134); }

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

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

 span { border-color: rgb(180,120,134); }

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