#B26590

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

Shades of Tapestry #B26590

Tints of Tapestry #B26590

Color information

#B26590 (or 0xB26590) is unknown color: approx Tapestry. HEX triplet: B2, 65 and 90. RGB value is (178,101,144). Sum of RGB (Red+Green+Blue) = 178+101+144=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B26590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26590 is #4D9A6F. Grayscale: #808080. Windows color (decimal): -5085808 or 9463218. OLE color: 9463218.

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

Color convert

RGB178101144-
CMYK00.430.190.30
HSL326.49º33.33%54.71%-
HSV(B)326.49º43.26%69.8%-
XYZ28.0520.7928.92-
YUV128.93136.51163-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 101 (39.84% from 255) = 23.88%
BLUE value IS 144 (56.64% from 255) = 34.04%
R=42.08%
G=23.88%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810114400.430.190.30326.4933.3354.71
HexB2659002B131E1462137
Octal26214522005323365064167
Binary1011001011001011001000001010111001111110101000110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26590; }

 p { color: rgb(178,101,144); }

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

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

 a { background-color: rgb(178,101,144); }

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

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

 span { border-color: rgb(178,101,144); }

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