#B26782

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

Shades of Tapestry #B26782

Tints of Tapestry #B26782

Color information

#B26782 (or 0xB26782) is unknown color: approx Tapestry. HEX triplet: B2, 67 and 82. RGB value is (178,103,130). Sum of RGB (Red+Green+Blue) = 178+103+130=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B26782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26782 is #4D987D. Grayscale: #808080. Windows color (decimal): -5085310 or 8546226. OLE color: 8546226.

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

Color convert

RGB178103130-
CMYK00.420.270.30
HSL338.4º32.75%55.1%-
HSV(B)338.4º42.13%69.8%-
XYZ27.2420.7823.69-
YUV128.5128.85163.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.31%
GREEN value IS 103 (40.62% from 255) = 25.06%
BLUE value IS 130 (51.17% from 255) = 31.63%
R=43.31%
G=25.06%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810313000.420.270.30338.432.7555.1
HexB2678202A1B1E1522137
Octal26214720205233365224167
Binary1011001011001111000001001010101101111110101010010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26782; }

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

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

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

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

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

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

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

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