#B26989

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

Shades of Tapestry #B26989

Tints of Tapestry #B26989

Color information

#B26989 (or 0xB26989) is unknown color: approx Tapestry. HEX triplet: B2, 69 and 89. RGB value is (178,105,137). Sum of RGB (Red+Green+Blue) = 178+105+137=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B26989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26989 is #4D9676. Grayscale: #828282. Windows color (decimal): -5084791 or 9005490. OLE color: 9005490.

HSL color Cylindrical-coordinate representation of color #B26989: hue angle of 333.7º 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 #B26989 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB178105137-
CMYK00.410.230.30
HSL333.7º32.16%55.49%-
HSV(B)333.7º41.01%69.8%-
XYZ27.9321.3726.32-
YUV130.48131.68161.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 105 (41.41% from 255) = 25%
BLUE value IS 137 (53.91% from 255) = 32.62%
R=42.38%
G=25%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810513700.410.230.30333.732.1655.49
HexB26989029171E14e2037
Octal26215121105127365164067
Binary1011001011010011000100101010011011111110101001110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26989; }

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

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

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

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

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

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

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

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