#B7728C

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

Shades of Tapestry #B7728C

Tints of Tapestry #B7728C

Color information

#B7728C (or 0xB7728C) is unknown color: approx Tapestry. HEX triplet: B7, 72 and 8C. RGB value is (183,114,140). Sum of RGB (Red+Green+Blue) = 183+114+140=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B7728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7728C is #488D73. Grayscale: #898989. Windows color (decimal): -4754804 or 9204407. OLE color: 9204407.

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

Color convert

RGB183114140-
CMYK00.380.230.28
HSL337.39º32.39%58.24%-
HSV(B)337.39º37.7%71.76%-
XYZ30.282427.85-
YUV137.6129.36160.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.88%
GREEN value IS 114 (44.92% from 255) = 26.09%
BLUE value IS 140 (55.08% from 255) = 32.04%
R=41.88%
G=26.09%
B=32.04%

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
Decimal18311414000.380.230.28337.3932.3958.24
HexB7728C026171C151203a
Octal26716221404627345214072
Binary1011011111100101000110001001101011111100101010001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7728C; }

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

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

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

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

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

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

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

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