#B26A89

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

Shades of Tapestry #B26A89

Tints of Tapestry #B26A89

Color information

#B26A89 (or 0xB26A89) is unknown color: approx Tapestry. HEX triplet: B2, 6A and 89. RGB value is (178,106,137). Sum of RGB (Red+Green+Blue) = 178+106+137=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26A89 is #4D9576. Grayscale: #838383. Windows color (decimal): -5084535 or 9005746. OLE color: 9005746.

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

Color convert

RGB178106137-
CMYK00.400.230.30
HSL334.17º31.86%55.69%-
HSV(B)334.17º40.45%69.8%-
XYZ28.0321.5826.35-
YUV131.06131.35161.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.28%
GREEN value IS 106 (41.80% from 255) = 25.18%
BLUE value IS 137 (53.91% from 255) = 32.54%
R=42.28%
G=25.18%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810613700.400.230.30334.1731.8655.69
HexB26A89028171E14e2038
Octal26215221105027365164070
Binary1011001011010101000100101010001011111110101001110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26A89; }

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

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

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

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

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

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

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

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