#B26584

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

Shades of Tapestry #B26584

Tints of Tapestry #B26584

Color information

#B26584 (or 0xB26584) is unknown color: approx Tapestry. HEX triplet: B2, 65 and 84. RGB value is (178,101,132). Sum of RGB (Red+Green+Blue) = 178+101+132=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B26584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26584 is #4D9A7B. Grayscale: #7F7F7F. Windows color (decimal): -5085820 or 8676786. OLE color: 8676786.

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

Color convert

RGB178101132-
CMYK00.430.260.30
HSL335.84º33.33%54.71%-
HSV(B)335.84º43.26%69.8%-
XYZ27.1820.4424.34-
YUV127.56130.51163.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.31%
GREEN value IS 101 (39.84% from 255) = 24.57%
BLUE value IS 132 (51.95% from 255) = 32.12%
R=43.31%
G=24.57%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810113200.430.260.30335.8433.3354.71
HexB2658402B1A1E1502137
Octal26214520405332365204167
Binary1011001011001011000010001010111101011110101010000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26584; }

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

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

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

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

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

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

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

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