#B2808D

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

Shades of Tapestry #B2808D

Tints of Tapestry #B2808D

Color information

#B2808D (or 0xB2808D) is unknown color: approx Tapestry. HEX triplet: B2, 80 and 8D. RGB value is (178,128,141). Sum of RGB (Red+Green+Blue) = 178+128+141=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B2808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2808D is #4D7F72. Grayscale: #909090. Windows color (decimal): -5078899 or 9273522. OLE color: 9273522.

HSL color Cylindrical-coordinate representation of color #B2808D: hue angle of 344.4º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2808D is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB178128141-
CMYK00.280.210.30
HSL344.4º24.51%60%-
HSV(B)344.4º28.09%69.8%-
XYZ30.8926.8328.75-
YUV144.43126.06151.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.82%
GREEN value IS 128 (50.39% from 255) = 28.64%
BLUE value IS 141 (55.47% from 255) = 31.54%
R=39.82%
G=28.64%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812814100.280.210.30344.424.5160
HexB2808D01C151E158193c
Octal26220021503425365303174
Binary101100101000000010001101011100101011111010101100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2808D; }

 p { color: rgb(178,128,141); }

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

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

 a { background-color: rgb(178,128,141); }

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

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

 span { border-color: rgb(178,128,141); }

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