#B26591

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

Shades of Tapestry #B26591

Tints of Tapestry #B26591

Color information

#B26591 (or 0xB26591) is unknown color: approx Tapestry. HEX triplet: B2, 65 and 91. RGB value is (178,101,145). Sum of RGB (Red+Green+Blue) = 178+101+145=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B26591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26591 is #4D9A6E. Grayscale: #808080. Windows color (decimal): -5085807 or 9528754. OLE color: 9528754.

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

Color convert

RGB178101145-
CMYK00.430.190.30
HSL325.71º33.33%54.71%-
HSV(B)325.71º43.26%69.8%-
XYZ28.1220.8229.32-
YUV129.04137.01162.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.98%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 145 (57.03% from 255) = 34.20%
R=41.98%
G=23.82%
B=34.20%

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
Decimal17810114500.430.190.30325.7133.3354.71
HexB2659102B131E1462137
Octal26214522105323365064167
Binary1011001011001011001000101010111001111110101000110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26591; }

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

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

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

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

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

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

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

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