#B26A8D

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

Shades of Tapestry #B26A8D

Tints of Tapestry #B26A8D

Color information

#B26A8D (or 0xB26A8D) is unknown color: approx Tapestry. HEX triplet: B2, 6A and 8D. RGB value is (178,106,141). Sum of RGB (Red+Green+Blue) = 178+106+141=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26A8D is #4D9572. Grayscale: #838383. Windows color (decimal): -5084531 or 9267890. OLE color: 9267890.

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

Color convert

RGB178106141-
CMYK00.400.210.30
HSL330.83º31.86%55.69%-
HSV(B)330.83º40.45%69.8%-
XYZ28.3221.727.89-
YUV131.52133.35161.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=41.88%
G=24.94%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810614100.400.210.30330.8331.8655.69
HexB26A8D028151E14b2038
Octal26215221505025365134070
Binary1011001011010101000110101010001010111110101001011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26A8D; }

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

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

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

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

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

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

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

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