#B26988

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

Shades of Tapestry #B26988

Tints of Tapestry #B26988

Color information

#B26988 (or 0xB26988) is unknown color: approx Tapestry. HEX triplet: B2, 69 and 88. RGB value is (178,105,136). Sum of RGB (Red+Green+Blue) = 178+105+136=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B26988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26988 is #4D9677. Grayscale: #828282. Windows color (decimal): -5084792 or 8939954. OLE color: 8939954.

HSL color Cylindrical-coordinate representation of color #B26988: hue angle of 334.52º 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 #B26988 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB178105136-
CMYK00.410.240.30
HSL334.52º32.16%55.49%-
HSV(B)334.52º41.01%69.8%-
XYZ27.8621.3525.94-
YUV130.36131.18161.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=42.48%
G=25.06%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810513600.410.240.30334.5232.1655.49
HexB26988029181E14f2037
Octal26215121005130365174067
Binary1011001011010011000100001010011100011110101001111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26988; }

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

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

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

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

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

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

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

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