#B47489

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

Shades of Tapestry #B47489

Tints of Tapestry #B47489

Color information

#B47489 (or 0xB47489) is unknown color: approx Tapestry. HEX triplet: B4, 74 and 89. RGB value is (180,116,137). Sum of RGB (Red+Green+Blue) = 180+116+137=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B47489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47489 is #4B8B76. Grayscale: #898989. Windows color (decimal): -4950903 or 9008308. OLE color: 9008308.

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

Color convert

RGB180116137-
CMYK00.360.240.29
HSL340.31º29.91%58.04%-
HSV(B)340.31º35.56%70.59%-
XYZ29.582426.74-
YUV137.53127.7158.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 116 (45.70% from 255) = 26.79%
BLUE value IS 137 (53.91% from 255) = 31.64%
R=41.57%
G=26.79%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011613700.360.240.29340.3129.9158.04
HexB47489024181D1541e3a
Octal26416421104430355243672
Binary101101001110100100010010100100110001110110101010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47489; }

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

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

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

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

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

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

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

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