#B66E87

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

Shades of Tapestry #B66E87

Tints of Tapestry #B66E87

Color information

#B66E87 (or 0xB66E87) is unknown color: approx Tapestry. HEX triplet: B6, 6E and 87. RGB value is (182,110,135). Sum of RGB (Red+Green+Blue) = 182+110+135=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66E87 is #499178. Grayscale: #868686. Windows color (decimal): -4821369 or 8875702. OLE color: 8875702.

HSL color Cylindrical-coordinate representation of color #B66E87: hue angle of 339.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66E87 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB182110135-
CMYK00.400.260.29
HSL339.17º33.03%57.25%-
HSV(B)339.17º39.56%71.37%-
XYZ29.2422.8525.79-
YUV134.38128.35161.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.62%
GREEN value IS 110 (43.36% from 255) = 25.76%
BLUE value IS 135 (53.12% from 255) = 31.62%
R=42.62%
G=25.76%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211013500.400.260.29339.1733.0357.25
HexB66E870281A1D1532139
Octal26615620705032355234171
Binary1011011011011101000011101010001101011101101010011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66E87; }

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

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

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

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

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

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

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

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