#B26884

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

Shades of Tapestry #B26884

Tints of Tapestry #B26884

Color information

#B26884 (or 0xB26884) is unknown color: approx Tapestry. HEX triplet: B2, 68 and 84. RGB value is (178,104,132). Sum of RGB (Red+Green+Blue) = 178+104+132=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B26884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26884 is #4D977B. Grayscale: #818181. Windows color (decimal): -5085052 or 8677554. OLE color: 8677554.

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

Color convert

RGB178104132-
CMYK00.420.260.30
HSL337.3º32.46%55.29%-
HSV(B)337.3º41.57%69.8%-
XYZ27.4821.0324.44-
YUV129.32129.52162.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.00%
GREEN value IS 104 (41.02% from 255) = 25.12%
BLUE value IS 132 (51.95% from 255) = 31.88%
R=43.00%
G=25.12%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810413200.420.260.30337.332.4655.29
HexB2688402A1A1E1512037
Octal26215020405232365214067
Binary1011001011010001000010001010101101011110101010001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26884; }

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

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

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

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

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

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

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

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