#B26E87

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

Shades of Tapestry #B26E87

Tints of Tapestry #B26E87

Color information

#B26E87 (or 0xB26E87) is unknown color: approx Tapestry. HEX triplet: B2, 6E and 87. RGB value is (178,110,135). Sum of RGB (Red+Green+Blue) = 178+110+135=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26E87 is #4D9178. Grayscale: #858585. Windows color (decimal): -5083513 or 8875698. OLE color: 8875698.

HSL color Cylindrical-coordinate representation of color #B26E87: hue angle of 337.94º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B26E87 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB178110135-
CMYK00.380.240.30
HSL337.94º30.63%56.47%-
HSV(B)337.94º38.2%69.8%-
XYZ28.3122.3725.75-
YUV133.18129.03159.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 110 (43.36% from 255) = 26.00%
BLUE value IS 135 (53.12% from 255) = 31.91%
R=42.08%
G=26.00%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811013500.380.240.30337.9430.6356.47
HexB26E87026181E1521f38
Octal26215620704630365223770
Binary101100101101110100001110100110110001111010101001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26E87; }

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

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

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

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

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

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

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

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