#B26882

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

Shades of Tapestry #B26882

Tints of Tapestry #B26882

Color information

#B26882 (or 0xB26882) is unknown color: approx Tapestry. HEX triplet: B2, 68 and 82. RGB value is (178,104,130). Sum of RGB (Red+Green+Blue) = 178+104+130=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B26882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26882 is #4D977D. Grayscale: #818181. Windows color (decimal): -5085054 or 8546482. OLE color: 8546482.

HSL color Cylindrical-coordinate representation of color #B26882: hue angle of 338.92º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B26882 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB178104130-
CMYK00.420.270.30
HSL338.92º32.46%55.29%-
HSV(B)338.92º41.57%69.8%-
XYZ27.3420.9823.73-
YUV129.09128.52162.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.20%
GREEN value IS 104 (41.02% from 255) = 25.24%
BLUE value IS 130 (51.17% from 255) = 31.55%
R=43.20%
G=25.24%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810413000.420.270.30338.9232.4655.29
HexB2688202A1B1E1532037
Octal26215020205233365234067
Binary1011001011010001000001001010101101111110101010011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26882; }

 p { color: rgb(178,104,130); }

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

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

 a { background-color: rgb(178,104,130); }

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

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

 span { border-color: rgb(178,104,130); }

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