#B26991

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

Shades of Tapestry #B26991

Tints of Tapestry #B26991

Color information

#B26991 (or 0xB26991) is unknown color: approx Tapestry. HEX triplet: B2, 69 and 91. RGB value is (178,105,145). Sum of RGB (Red+Green+Blue) = 178+105+145=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B26991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26991 is #4D966E. Grayscale: #838383. Windows color (decimal): -5084783 or 9529778. OLE color: 9529778.

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

Color convert

RGB178105145-
CMYK00.410.190.30
HSL327.12º32.16%55.49%-
HSV(B)327.12º41.01%69.8%-
XYZ28.5221.6129.46-
YUV131.39135.68161.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.59%
GREEN value IS 105 (41.41% from 255) = 24.53%
BLUE value IS 145 (57.03% from 255) = 33.88%
R=41.59%
G=24.53%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810514500.410.190.30327.1232.1655.49
HexB26991029131E1472037
Octal26215122105123365074067
Binary1011001011010011001000101010011001111110101000111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26991; }

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

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

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

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

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

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

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

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