#B26382

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

Shades of Tapestry #B26382

Tints of Tapestry #B26382

Color information

#B26382 (or 0xB26382) is unknown color: approx Tapestry. HEX triplet: B2, 63 and 82. RGB value is (178,99,130). Sum of RGB (Red+Green+Blue) = 178+99+130=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B26382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26382 is #4D9C7D. Grayscale: #7E7E7E. Windows color (decimal): -5086334 or 8545202. OLE color: 8545202.

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

Color convert

RGB17899130-
CMYK00.440.270.30
HSL336.46º33.91%54.31%-
HSV(B)336.46º44.38%69.8%-
XYZ26.852023.56-
YUV126.16130.17164.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.73%
GREEN value IS 99 (39.06% from 255) = 24.32%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=43.73%
G=24.32%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789913000.440.270.30336.4633.9154.31
HexB2638202C1B1E1502236
Octal26214320205433365204266
Binary1011001011000111000001001011001101111110101010000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26382; }

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

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

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

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

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

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

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

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