#B26C8F

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

Shades of Tapestry #B26C8F

Tints of Tapestry #B26C8F

Color information

#B26C8F (or 0xB26C8F) is unknown color: approx Tapestry. HEX triplet: B2, 6C and 8F. RGB value is (178,108,143). Sum of RGB (Red+Green+Blue) = 178+108+143=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26C8F is #4D9370. Grayscale: #848484. Windows color (decimal): -5084017 or 9399474. OLE color: 9399474.

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

Color convert

RGB178108143-
CMYK00.390.200.30
HSL330º31.25%56.08%-
HSV(B)330º39.33%69.8%-
XYZ28.6822.1728.75-
YUV132.92133.69160.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 108 (42.58% from 255) = 25.17%
BLUE value IS 143 (56.25% from 255) = 33.33%
R=41.49%
G=25.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810814300.390.200.3033031.2556.08
HexB26C8F027141E14a1f38
Octal26215421704724365123770
Binary101100101101100100011110100111101001111010100101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26C8F; }

 p { color: rgb(178,108,143); }

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

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

 a { background-color: rgb(178,108,143); }

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

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

 span { border-color: rgb(178,108,143); }

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