#B26387

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

Shades of Tapestry #B26387

Tints of Tapestry #B26387

Color information

#B26387 (or 0xB26387) is unknown color: approx Tapestry. HEX triplet: B2, 63 and 87. RGB value is (178,99,135). Sum of RGB (Red+Green+Blue) = 178+99+135=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B26387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26387 is #4D9C78. Grayscale: #7E7E7E. Windows color (decimal): -5086329 or 8872882. OLE color: 8872882.

HSL color Cylindrical-coordinate representation of color #B26387: hue angle of 332.66º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B26387 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB17899135-
CMYK00.440.240.30
HSL332.66º33.91%54.31%-
HSV(B)332.66º44.38%69.8%-
XYZ27.220.1425.38-
YUV126.72132.67164.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.20%
GREEN value IS 99 (39.06% from 255) = 24.03%
BLUE value IS 135 (53.12% from 255) = 32.77%
R=43.20%
G=24.03%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789913500.440.240.30332.6633.9154.31
HexB2638702C181E14d2236
Octal26214320705430365154266
Binary1011001011000111000011101011001100011110101001101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26387; }

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

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

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

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

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

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

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

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