#B26D90

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

Shades of Tapestry #B26D90

Tints of Tapestry #B26D90

Color information

#B26D90 (or 0xB26D90) is unknown color: approx Tapestry. HEX triplet: B2, 6D and 90. RGB value is (178,109,144). Sum of RGB (Red+Green+Blue) = 178+109+144=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26D90 is #4D926F. Grayscale: #858585. Windows color (decimal): -5083760 or 9465266. OLE color: 9465266.

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

Color convert

RGB178109144-
CMYK00.390.190.30
HSL329.57º30.94%56.27%-
HSV(B)329.57º38.76%69.8%-
XYZ28.8622.4229.19-
YUV133.62133.86159.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 109 (42.97% from 255) = 25.29%
BLUE value IS 144 (56.64% from 255) = 33.41%
R=41.30%
G=25.29%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810914400.390.190.30329.5730.9456.27
HexB26D90027131E14a1f38
Octal26215522004723365123770
Binary101100101101101100100000100111100111111010100101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D90; }

 p { color: rgb(178,109,144); }

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

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

 a { background-color: rgb(178,109,144); }

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

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

 span { border-color: rgb(178,109,144); }

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