#B3728A

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

Shades of Tapestry #B3728A

Tints of Tapestry #B3728A

Color information

#B3728A (or 0xB3728A) is unknown color: approx Tapestry. HEX triplet: B3, 72 and 8A. RGB value is (179,114,138). Sum of RGB (Red+Green+Blue) = 179+114+138=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B3728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3728A is #4C8D75. Grayscale: #888888. Windows color (decimal): -5016950 or 9073331. OLE color: 9073331.

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

Color convert

RGB179114138-
CMYK00.360.230.30
HSL337.85º29.95%57.45%-
HSV(B)337.85º36.31%70.2%-
XYZ29.223.4527.03-
YUV136.17129.03158.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.53%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 138 (54.30% from 255) = 32.02%
R=41.53%
G=26.45%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911413800.360.230.30337.8529.9557.45
HexB3728A024171E1521e39
Octal26316221204427365223671
Binary101100111110010100010100100100101111111010101001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3728A; }

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

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

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

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

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

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

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

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