#B26887

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

Shades of Tapestry #B26887

Tints of Tapestry #B26887

Color information

#B26887 (or 0xB26887) is unknown color: approx Tapestry. HEX triplet: B2, 68 and 87. RGB value is (178,104,135). Sum of RGB (Red+Green+Blue) = 178+104+135=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B26887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26887 is #4D9778. Grayscale: #818181. Windows color (decimal): -5085049 or 8874162. OLE color: 8874162.

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

Color convert

RGB178104135-
CMYK00.420.240.30
HSL334.86º32.46%55.29%-
HSV(B)334.86º41.57%69.8%-
XYZ27.6821.1125.54-
YUV129.66131.02162.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 135 (53.12% from 255) = 32.37%
R=42.69%
G=24.94%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810413500.420.240.30334.8632.4655.29
HexB2688702A181E14f2037
Octal26215020705230365174067
Binary1011001011010001000011101010101100011110101001111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26887; }

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

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

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

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

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

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

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

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