#B26687

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

Shades of Tapestry #B26687

Tints of Tapestry #B26687

Color information

#B26687 (or 0xB26687) is unknown color: approx Tapestry. HEX triplet: B2, 66 and 87. RGB value is (178,102,135). Sum of RGB (Red+Green+Blue) = 178+102+135=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B26687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26687 is #4D9978. Grayscale: #808080. Windows color (decimal): -5085561 or 8873650. OLE color: 8873650.

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

Color convert

RGB178102135-
CMYK00.430.240.30
HSL333.95º33.04%54.9%-
HSV(B)333.95º42.7%69.8%-
XYZ27.4820.7225.47-
YUV128.49131.68163.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.89%
GREEN value IS 102 (40.23% from 255) = 24.58%
BLUE value IS 135 (53.12% from 255) = 32.53%
R=42.89%
G=24.58%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810213500.430.240.30333.9533.0454.9
HexB2668702B181E14e2137
Octal26214620705330365164167
Binary1011001011001101000011101010111100011110101001110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26687; }

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

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

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

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

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

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

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

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