#B46F87

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

Shades of Tapestry #B46F87

Tints of Tapestry #B46F87

Color information

#B46F87 (or 0xB46F87) is unknown color: approx Tapestry. HEX triplet: B4, 6F and 87. RGB value is (180,111,135). Sum of RGB (Red+Green+Blue) = 180+111+135=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46F87 is #4B9078. Grayscale: #868686. Windows color (decimal): -4952185 or 8875956. OLE color: 8875956.

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

Color convert

RGB180111135-
CMYK00.380.250.29
HSL339.13º31.51%57.06%-
HSV(B)339.13º38.33%70.59%-
XYZ28.8822.8225.8-
YUV134.37128.36160.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 111 (43.75% from 255) = 26.06%
BLUE value IS 135 (53.12% from 255) = 31.69%
R=42.25%
G=26.06%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011113500.380.250.29339.1331.5157.06
HexB46F87026191D1532039
Octal26415720704631355234071
Binary1011010011011111000011101001101100111101101010011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F87; }

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

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

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

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

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

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

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

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