#B26D7E

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

Shades of Tapestry #B26D7E

Tints of Tapestry #B26D7E

Color information

#B26D7E (or 0xB26D7E) is unknown color: approx Tapestry. HEX triplet: B2, 6D and 7E. RGB value is (178,109,126). Sum of RGB (Red+Green+Blue) = 178+109+126=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26D7E is #4D9281. Grayscale: #838383. Windows color (decimal): -5083778 or 8285618. OLE color: 8285618.

HSL color Cylindrical-coordinate representation of color #B26D7E: hue angle of 345.22º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B26D7E is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB178109126-
CMYK00.390.290.30
HSL345.22º30.94%56.27%-
HSV(B)345.22º38.76%69.8%-
XYZ27.5921.9122.51-
YUV131.57124.86161.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 109 (42.97% from 255) = 26.39%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=43.10%
G=26.39%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810912600.390.290.30345.2230.9456.27
HexB26D7E0271D1E1591f38
Octal26215517604735365313770
Binary10110010110110111111100100111111011111010101100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D7E; }

 p { color: rgb(178,109,126); }

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

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

 a { background-color: rgb(178,109,126); }

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

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

 span { border-color: rgb(178,109,126); }

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