#B47786

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

Shades of Tapestry #B47786

Tints of Tapestry #B47786

Color information

#B47786 (or 0xB47786) is unknown color: approx Tapestry. HEX triplet: B4, 77 and 86. RGB value is (180,119,134). Sum of RGB (Red+Green+Blue) = 180+119+134=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B47786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47786 is #4B8879. Grayscale: #8A8A8A. Windows color (decimal): -4950138 or 8812468. OLE color: 8812468.

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

Color convert

RGB180119134-
CMYK00.340.260.29
HSL345.25º28.91%58.63%-
HSV(B)345.25º33.89%70.59%-
XYZ29.7224.6225.74-
YUV138.95125.21157.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 119 (46.88% from 255) = 27.48%
BLUE value IS 134 (52.73% from 255) = 30.95%
R=41.57%
G=27.48%
B=30.95%

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
Decimal18011913400.340.260.29345.2528.9158.63
HexB477860221A1D1591d3b
Octal26416720604232355313573
Binary101101001110111100001100100010110101110110101100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47786; }

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

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

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

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

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

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

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

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