#B26B7E

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

Shades of Tapestry #B26B7E

Tints of Tapestry #B26B7E

Color information

#B26B7E (or 0xB26B7E) is unknown color: approx Tapestry. HEX triplet: B2, 6B and 7E. RGB value is (178,107,126). Sum of RGB (Red+Green+Blue) = 178+107+126=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26B7E is #4D9481. Grayscale: #828282. Windows color (decimal): -5084290 or 8285106. OLE color: 8285106.

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

Color convert

RGB178107126-
CMYK00.400.290.30
HSL343.94º31.56%55.88%-
HSV(B)343.94º39.89%69.8%-
XYZ27.3821.4922.44-
YUV130.4125.52161.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.31%
GREEN value IS 107 (42.19% from 255) = 26.03%
BLUE value IS 126 (49.61% from 255) = 30.66%
R=43.31%
G=26.03%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810712600.400.290.30343.9431.5655.88
HexB26B7E0281D1E1582038
Octal26215317605035365304070
Binary101100101101011111111001010001110111110101011000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26B7E; }

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

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

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

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

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

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

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

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