#B26A90

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

Shades of Tapestry #B26A90

Tints of Tapestry #B26A90

Color information

#B26A90 (or 0xB26A90) is unknown color: approx Tapestry. HEX triplet: B2, 6A and 90. RGB value is (178,106,144). Sum of RGB (Red+Green+Blue) = 178+106+144=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26A90 is #4D956F. Grayscale: #838383. Windows color (decimal): -5084528 or 9464498. OLE color: 9464498.

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

Color convert

RGB178106144-
CMYK00.400.190.30
HSL328.33º31.86%55.69%-
HSV(B)328.33º40.45%69.8%-
XYZ28.5521.7929.09-
YUV131.86134.85160.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.59%
GREEN value IS 106 (41.80% from 255) = 24.77%
BLUE value IS 144 (56.64% from 255) = 33.64%
R=41.59%
G=24.77%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810614400.400.190.30328.3331.8655.69
HexB26A90028131E1482038
Octal26215222005023365104070
Binary1011001011010101001000001010001001111110101001000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26A90; }

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

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

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

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

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

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

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

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