#B3728E

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

Shades of Tapestry #B3728E

Tints of Tapestry #B3728E

Color information

#B3728E (or 0xB3728E) is unknown color: approx Tapestry. HEX triplet: B3, 72 and 8E. RGB value is (179,114,142). Sum of RGB (Red+Green+Blue) = 179+114+142=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B3728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3728E is #4C8D71. Grayscale: #888888. Windows color (decimal): -5016946 or 9335475. OLE color: 9335475.

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

Color convert

RGB179114142-
CMYK00.360.210.30
HSL334.15º29.95%57.45%-
HSV(B)334.15º36.31%70.2%-
XYZ29.4923.5728.59-
YUV136.63131.03158.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.15%
GREEN value IS 114 (44.92% from 255) = 26.21%
BLUE value IS 142 (55.86% from 255) = 32.64%
R=41.15%
G=26.21%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911414200.360.210.30334.1529.9557.45
HexB3728E024151E14e1e39
Octal26316221604425365163671
Binary101100111110010100011100100100101011111010100111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3728E; }

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

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

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

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

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

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

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

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