#B46F86

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

Shades of Tapestry #B46F86

Tints of Tapestry #B46F86

Color information

#B46F86 (or 0xB46F86) is unknown color: approx Tapestry. HEX triplet: B4, 6F and 86. RGB value is (180,111,134). Sum of RGB (Red+Green+Blue) = 180+111+134=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46F86 is #4B9079. Grayscale: #868686. Windows color (decimal): -4952186 or 8810420. OLE color: 8810420.

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

Color convert

RGB180111134-
CMYK00.380.260.29
HSL340º31.51%57.06%-
HSV(B)340º38.33%70.59%-
XYZ28.8122.7925.44-
YUV134.25127.86160.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 111 (43.75% from 255) = 26.12%
BLUE value IS 134 (52.73% from 255) = 31.53%
R=42.35%
G=26.12%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011113400.380.260.2934031.5157.06
HexB46F860261A1D1542039
Octal26415720604632355244071
Binary1011010011011111000011001001101101011101101010100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F86; }

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

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

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

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

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

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

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

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