#B26391

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

Shades of Tapestry #B26391

Tints of Tapestry #B26391

Color information

#B26391 (or 0xB26391) is unknown color: approx Tapestry. HEX triplet: B2, 63 and 91. RGB value is (178,99,145). Sum of RGB (Red+Green+Blue) = 178+99+145=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B26391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26391 is #4D9C6E. Grayscale: #7F7F7F. Windows color (decimal): -5086319 or 9528242. OLE color: 9528242.

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

Color convert

RGB17899145-
CMYK00.440.190.30
HSL325.06º33.91%54.31%-
HSV(B)325.06º44.38%69.8%-
XYZ27.9320.4329.26-
YUV127.86137.67163.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 99 (39.06% from 255) = 23.46%
BLUE value IS 145 (57.03% from 255) = 34.36%
R=42.18%
G=23.46%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789914500.440.190.30325.0633.9154.31
HexB2639102C131E1452236
Octal26214322105423365054266
Binary1011001011000111001000101011001001111110101000101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26391; }

 p { color: rgb(178,99,145); }

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

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

 a { background-color: rgb(178,99,145); }

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

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

 span { border-color: rgb(178,99,145); }

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