#B3808E

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

Shades of Tapestry #B3808E

Tints of Tapestry #B3808E

Color information

#B3808E (or 0xB3808E) is unknown color: approx Tapestry. HEX triplet: B3, 80 and 8E. RGB value is (179,128,142). Sum of RGB (Red+Green+Blue) = 179+128+142=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B3808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3808E is #4C7F71. Grayscale: #909090. Windows color (decimal): -5013362 or 9339059. OLE color: 9339059.

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

Color convert

RGB179128142-
CMYK00.280.210.30
HSL343.53º25.12%60.2%-
HSV(B)343.53º28.49%70.2%-
XYZ31.1926.9829.15-
YUV144.84126.4152.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.87%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 142 (55.86% from 255) = 31.63%
R=39.87%
G=28.51%
B=31.63%

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
Decimal17912814200.280.210.30343.5325.1260.2
HexB3808E01C151E158193c
Octal26320021603425365303174
Binary101100111000000010001110011100101011111010101100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3808E; }

 p { color: rgb(179,128,142); }

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

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

 a { background-color: rgb(179,128,142); }

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

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

 span { border-color: rgb(179,128,142); }

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