#B26487

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

Shades of Tapestry #B26487

Tints of Tapestry #B26487

Color information

#B26487 (or 0xB26487) is unknown color: approx Tapestry. HEX triplet: B2, 64 and 87. RGB value is (178,100,135). Sum of RGB (Red+Green+Blue) = 178+100+135=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B26487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26487 is #4D9B78. Grayscale: #7F7F7F. Windows color (decimal): -5086073 or 8873138. OLE color: 8873138.

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

Color convert

RGB178100135-
CMYK00.440.240.30
HSL333.08º33.62%54.51%-
HSV(B)333.08º43.82%69.8%-
XYZ27.2920.3325.41-
YUV127.31132.34164.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 100 (39.45% from 255) = 24.21%
BLUE value IS 135 (53.12% from 255) = 32.69%
R=43.10%
G=24.21%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810013500.440.240.30333.0833.6254.51
HexB2648702C181E14d2237
Octal26214420705430365154267
Binary1011001011001001000011101011001100011110101001101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26487; }

 p { color: rgb(178,100,135); }

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

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

 a { background-color: rgb(178,100,135); }

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

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

 span { border-color: rgb(178,100,135); }

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