#B26284

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

Shades of Tapestry #B26284

Tints of Tapestry #B26284

Color information

#B26284 (or 0xB26284) is unknown color: approx Tapestry. HEX triplet: B2, 62 and 84. RGB value is (178,98,132). Sum of RGB (Red+Green+Blue) = 178+98+132=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B26284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26284 is #4D9D7B. Grayscale: #7D7D7D. Windows color (decimal): -5086588 or 8676018. OLE color: 8676018.

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

Color convert

RGB17898132-
CMYK00.450.260.30
HSL334.5º34.19%54.12%-
HSV(B)334.5º44.94%69.8%-
XYZ26.8919.8724.25-
YUV125.8131.5165.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.63%
GREEN value IS 98 (38.67% from 255) = 24.02%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=43.63%
G=24.02%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789813200.450.260.30334.534.1954.12
HexB2628402D1A1E14e2236
Octal26214220405532365164266
Binary1011001011000101000010001011011101011110101001110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26284; }

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

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

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

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

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

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

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

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