#B46E87

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

Shades of Tapestry #B46E87

Tints of Tapestry #B46E87

Color information

#B46E87 (or 0xB46E87) is unknown color: approx Tapestry. HEX triplet: B4, 6E and 87. RGB value is (180,110,135). Sum of RGB (Red+Green+Blue) = 180+110+135=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46E87 is #4B9178. Grayscale: #858585. Windows color (decimal): -4952441 or 8875700. OLE color: 8875700.

HSL color Cylindrical-coordinate representation of color #B46E87: hue angle of 338.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B46E87 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB180110135-
CMYK00.390.250.29
HSL338.57º31.82%56.86%-
HSV(B)338.57º38.89%70.59%-
XYZ28.7722.625.77-
YUV133.78128.69160.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 110 (43.36% from 255) = 25.88%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=42.35%
G=25.88%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011013500.390.250.29338.5731.8256.86
HexB46E87027191D1532039
Octal26415620704731355234071
Binary1011010011011101000011101001111100111101101010011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E87; }

 p { color: rgb(180,110,135); }

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

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

 a { background-color: rgb(180,110,135); }

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

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

 span { border-color: rgb(180,110,135); }

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