#B7728D

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

Shades of Tapestry #B7728D

Tints of Tapestry #B7728D

Color information

#B7728D (or 0xB7728D) is unknown color: approx Tapestry. HEX triplet: B7, 72 and 8D. RGB value is (183,114,141). Sum of RGB (Red+Green+Blue) = 183+114+141=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B7728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7728D is #488D72. Grayscale: #898989. Windows color (decimal): -4754803 or 9269943. OLE color: 9269943.

HSL color Cylindrical-coordinate representation of color #B7728D: hue angle of 336.52º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7728D is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB183114141-
CMYK00.380.230.28
HSL336.52º32.39%58.24%-
HSV(B)336.52º37.7%71.76%-
XYZ30.3524.0228.24-
YUV137.71129.86160.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.78%
GREEN value IS 114 (44.92% from 255) = 26.03%
BLUE value IS 141 (55.47% from 255) = 32.19%
R=41.78%
G=26.03%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311414100.380.230.28336.5232.3958.24
HexB7728D026171C151203a
Octal26716221504627345214072
Binary1011011111100101000110101001101011111100101010001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7728D; }

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

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

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

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

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

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

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

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