#B26992

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

Shades of Tapestry #B26992

Tints of Tapestry #B26992

Color information

#B26992 (or 0xB26992) is unknown color: approx Tapestry. HEX triplet: B2, 69 and 92. RGB value is (178,105,146). Sum of RGB (Red+Green+Blue) = 178+105+146=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B26992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26992 is #4D966D. Grayscale: #838383. Windows color (decimal): -5084782 or 9595314. OLE color: 9595314.

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

Color convert

RGB178105146-
CMYK00.410.180.30
HSL326.3º32.16%55.49%-
HSV(B)326.3º41.01%69.8%-
XYZ28.621.6429.86-
YUV131.5136.18161.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 105 (41.41% from 255) = 24.48%
BLUE value IS 146 (57.42% from 255) = 34.03%
R=41.49%
G=24.48%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810514600.410.180.30326.332.1655.49
HexB26992029121E1462037
Octal26215122205122365064067
Binary1011001011010011001001001010011001011110101000110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26992; }

 p { color: rgb(178,105,146); }

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

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

 a { background-color: rgb(178,105,146); }

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

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

 span { border-color: rgb(178,105,146); }

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