#B47689

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

Shades of Tapestry #B47689

Tints of Tapestry #B47689

Color information

#B47689 (or 0xB47689) is unknown color: approx Tapestry. HEX triplet: B4, 76 and 89. RGB value is (180,118,137). Sum of RGB (Red+Green+Blue) = 180+118+137=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B47689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47689 is #4B8976. Grayscale: #8A8A8A. Windows color (decimal): -4950391 or 9008820. OLE color: 9008820.

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

Color convert

RGB180118137-
CMYK00.340.240.29
HSL341.61º29.25%58.43%-
HSV(B)341.61º34.44%70.59%-
XYZ29.8224.4726.82-
YUV138.7127.04157.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 118 (46.48% from 255) = 27.13%
BLUE value IS 137 (53.91% from 255) = 31.49%
R=41.38%
G=27.13%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011813700.340.240.29341.6129.2558.43
HexB47689022181D1561d3a
Octal26416621104230355263572
Binary101101001110110100010010100010110001110110101011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47689; }

 p { color: rgb(180,118,137); }

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

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

 a { background-color: rgb(180,118,137); }

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

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

 span { border-color: rgb(180,118,137); }

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