#B26E8D

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

Shades of Tapestry #B26E8D

Tints of Tapestry #B26E8D

Color information

#B26E8D (or 0xB26E8D) is unknown color: approx Tapestry. HEX triplet: B2, 6E and 8D. RGB value is (178,110,141). Sum of RGB (Red+Green+Blue) = 178+110+141=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26E8D is #4D9172. Grayscale: #858585. Windows color (decimal): -5083507 or 9268914. OLE color: 9268914.

HSL color Cylindrical-coordinate representation of color #B26E8D: hue angle of 332.65º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B26E8D is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB178110141-
CMYK00.380.210.30
HSL332.65º30.63%56.47%-
HSV(B)332.65º38.2%69.8%-
XYZ28.7422.5428.03-
YUV133.87132.03159.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 110 (43.36% from 255) = 25.64%
BLUE value IS 141 (55.47% from 255) = 32.87%
R=41.49%
G=25.64%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811014100.380.210.30332.6530.6356.47
HexB26E8D026151E14d1f38
Octal26215621504625365153770
Binary101100101101110100011010100110101011111010100110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26E8D; }

 p { color: rgb(178,110,141); }

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

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

 a { background-color: rgb(178,110,141); }

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

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

 span { border-color: rgb(178,110,141); }

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