#B26689

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

Shades of Tapestry #B26689

Tints of Tapestry #B26689

Color information

#B26689 (or 0xB26689) is unknown color: approx Tapestry. HEX triplet: B2, 66 and 89. RGB value is (178,102,137). Sum of RGB (Red+Green+Blue) = 178+102+137=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B26689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26689 is #4D9976. Grayscale: #808080. Windows color (decimal): -5085559 or 9004722. OLE color: 9004722.

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

Color convert

RGB178102137-
CMYK00.430.230.30
HSL332.37º33.04%54.9%-
HSV(B)332.37º42.7%69.8%-
XYZ27.6320.7726.22-
YUV128.71132.68163.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 137 (53.91% from 255) = 32.85%
R=42.69%
G=24.46%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810213700.430.230.30332.3733.0454.9
HexB2668902B171E14c2137
Octal26214621105327365144167
Binary1011001011001101000100101010111011111110101001100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26689; }

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

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

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

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

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

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

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

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