#B26086

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

Shades of Tapestry #B26086

Tints of Tapestry #B26086

Color information

#B26086 (or 0xB26086) is unknown color: approx Tapestry. HEX triplet: B2, 60 and 86. RGB value is (178,96,134). Sum of RGB (Red+Green+Blue) = 178+96+134=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B26086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26086 is #4D9F79. Grayscale: #7C7C7C. Windows color (decimal): -5087098 or 8806578. OLE color: 8806578.

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

Color convert

RGB17896134-
CMYK00.460.250.30
HSL332.2º34.75%53.73%-
HSV(B)332.2º46.07%69.8%-
XYZ26.8519.5524.91-
YUV124.85133.17165.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.63%
GREEN value IS 96 (37.89% from 255) = 23.53%
BLUE value IS 134 (52.73% from 255) = 32.84%
R=43.63%
G=23.53%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789613400.460.250.30332.234.7553.73
HexB2608602E191E14c2336
Octal26214020605631365144366
Binary1011001011000001000011001011101100111110101001100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26086; }

 p { color: rgb(178,96,134); }

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

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

 a { background-color: rgb(178,96,134); }

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

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

 span { border-color: rgb(178,96,134); }

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