#B26188

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

Shades of Tapestry #B26188

Tints of Tapestry #B26188

Color information

#B26188 (or 0xB26188) is unknown color: approx Tapestry. HEX triplet: B2, 61 and 88. RGB value is (178,97,136). Sum of RGB (Red+Green+Blue) = 178+97+136=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B26188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26188 is #4D9E77. Grayscale: #7D7D7D. Windows color (decimal): -5086840 or 8937906. OLE color: 8937906.

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

Color convert

RGB17897136-
CMYK00.460.240.30
HSL331.11º34.47%53.92%-
HSV(B)331.11º45.51%69.8%-
XYZ27.0819.7925.69-
YUV125.66133.84165.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.31%
GREEN value IS 97 (38.28% from 255) = 23.60%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=43.31%
G=23.60%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789713600.460.240.30331.1134.4753.92
HexB2618802E181E14b2236
Octal26214121005630365134266
Binary1011001011000011000100001011101100011110101001011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26188; }

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

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

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

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

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

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

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

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