#B26384

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

Shades of Tapestry #B26384

Tints of Tapestry #B26384

Color information

#B26384 (or 0xB26384) is unknown color: approx Tapestry. HEX triplet: B2, 63 and 84. RGB value is (178,99,132). Sum of RGB (Red+Green+Blue) = 178+99+132=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B26384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26384 is #4D9C7B. Grayscale: #7E7E7E. Windows color (decimal): -5086332 or 8676274. OLE color: 8676274.

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

Color convert

RGB17899132-
CMYK00.440.260.30
HSL334.94º33.91%54.31%-
HSV(B)334.94º44.38%69.8%-
XYZ26.9920.0524.28-
YUV126.38131.17164.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.52%
GREEN value IS 99 (39.06% from 255) = 24.21%
BLUE value IS 132 (51.95% from 255) = 32.27%
R=43.52%
G=24.21%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789913200.440.260.30334.9433.9154.31
HexB2638402C1A1E14f2236
Octal26214320405432365174266
Binary1011001011000111000010001011001101011110101001111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26384; }

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

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

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

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

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

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

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

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