#B26690

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

Shades of Tapestry #B26690

Tints of Tapestry #B26690

Color information

#B26690 (or 0xB26690) is unknown color: approx Tapestry. HEX triplet: B2, 66 and 90. RGB value is (178,102,144). Sum of RGB (Red+Green+Blue) = 178+102+144=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B26690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26690 is #4D996F. Grayscale: #818181. Windows color (decimal): -5085552 or 9463474. OLE color: 9463474.

HSL color Cylindrical-coordinate representation of color #B26690: hue angle of 326.84º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B26690 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB178102144-
CMYK00.430.190.30
HSL326.84º33.04%54.9%-
HSV(B)326.84º42.7%69.8%-
XYZ28.1520.9828.95-
YUV129.51136.18162.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.98%
GREEN value IS 102 (40.23% from 255) = 24.06%
BLUE value IS 144 (56.64% from 255) = 33.96%
R=41.98%
G=24.06%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810214400.430.190.30326.8433.0454.9
HexB2669002B131E1472137
Octal26214622005323365074167
Binary1011001011001101001000001010111001111110101000111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26690; }

 p { color: rgb(178,102,144); }

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

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

 a { background-color: rgb(178,102,144); }

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

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

 span { border-color: rgb(178,102,144); }

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