#B4728D

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

Shades of Tapestry #B4728D

Tints of Tapestry #B4728D

Color information

#B4728D (or 0xB4728D) is unknown color: approx Tapestry. HEX triplet: B4, 72 and 8D. RGB value is (180,114,141). Sum of RGB (Red+Green+Blue) = 180+114+141=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4728D is #4B8D72. Grayscale: #888888. Windows color (decimal): -4951411 or 9269940. OLE color: 9269940.

HSL color Cylindrical-coordinate representation of color #B4728D: hue angle of 335.45º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4728D is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180114141-
CMYK00.370.220.29
HSL335.45º30.56%57.65%-
HSV(B)335.45º36.67%70.59%-
XYZ29.6523.6628.2-
YUV136.81130.37158.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 114 (44.92% from 255) = 26.21%
BLUE value IS 141 (55.47% from 255) = 32.41%
R=41.38%
G=26.21%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011414100.370.220.29335.4530.5657.65
HexB4728D025161D14f1f3a
Octal26416221504526355173772
Binary101101001110010100011010100101101101110110100111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4728D; }

 p { color: rgb(180,114,141); }

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

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

 a { background-color: rgb(180,114,141); }

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

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

 span { border-color: rgb(180,114,141); }

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