#B26F88

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

Shades of Tapestry #B26F88

Tints of Tapestry #B26F88

Color information

#B26F88 (or 0xB26F88) is unknown color: approx Tapestry. HEX triplet: B2, 6F and 88. RGB value is (178,111,136). Sum of RGB (Red+Green+Blue) = 178+111+136=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26F88 is #4D9077. Grayscale: #858585. Windows color (decimal): -5083256 or 8941490. OLE color: 8941490.

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

Color convert

RGB178111136-
CMYK00.380.240.30
HSL337.61º30.32%56.67%-
HSV(B)337.61º37.64%69.8%-
XYZ28.4922.6126.16-
YUV133.88129.2159.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 111 (43.75% from 255) = 26.12%
BLUE value IS 136 (53.52% from 255) = 32%
R=41.88%
G=26.12%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811113600.380.240.30337.6130.3256.67
HexB26F88026181E1521e39
Octal26215721004630365223671
Binary101100101101111100010000100110110001111010101001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F88; }

 p { color: rgb(178,111,136); }

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

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

 a { background-color: rgb(178,111,136); }

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

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

 span { border-color: rgb(178,111,136); }

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