#B26B82

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

Shades of Tapestry #B26B82

Tints of Tapestry #B26B82

Color information

#B26B82 (or 0xB26B82) is unknown color: approx Tapestry. HEX triplet: B2, 6B and 82. RGB value is (178,107,130). Sum of RGB (Red+Green+Blue) = 178+107+130=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26B82 is #4D947D. Grayscale: #828282. Windows color (decimal): -5084286 or 8547250. OLE color: 8547250.

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

Color convert

RGB178107130-
CMYK00.400.270.30
HSL340.56º31.56%55.88%-
HSV(B)340.56º39.89%69.8%-
XYZ27.6521.5923.83-
YUV130.85127.52161.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.89%
GREEN value IS 107 (42.19% from 255) = 25.78%
BLUE value IS 130 (51.17% from 255) = 31.33%
R=42.89%
G=25.78%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810713000.400.270.30340.5631.5655.88
HexB26B820281B1E1552038
Octal26215320205033365254070
Binary1011001011010111000001001010001101111110101010101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26B82; }

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

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

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

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

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

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

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

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