#B26B89

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

Shades of Tapestry #B26B89

Tints of Tapestry #B26B89

Color information

#B26B89 (or 0xB26B89) is unknown color: approx Tapestry. HEX triplet: B2, 6B and 89. RGB value is (178,107,137). Sum of RGB (Red+Green+Blue) = 178+107+137=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26B89 is #4D9476. Grayscale: #838383. Windows color (decimal): -5084279 or 9006002. OLE color: 9006002.

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

Color convert

RGB178107137-
CMYK00.400.230.30
HSL334.65º31.56%55.88%-
HSV(B)334.65º39.89%69.8%-
XYZ28.1321.7926.39-
YUV131.65131.02161.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 137 (53.91% from 255) = 32.46%
R=42.18%
G=25.36%
B=32.46%

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
Decimal17810713700.400.230.30334.6531.5655.88
HexB26B89028171E14f2038
Octal26215321105027365174070
Binary1011001011010111000100101010001011111110101001111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26B89; }

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

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

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

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

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

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

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

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