#B7728B

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

Shades of Tapestry #B7728B

Tints of Tapestry #B7728B

Color information

#B7728B (or 0xB7728B) is unknown color: approx Tapestry. HEX triplet: B7, 72 and 8B. RGB value is (183,114,139). Sum of RGB (Red+Green+Blue) = 183+114+139=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B7728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7728B is #488D74. Grayscale: #898989. Windows color (decimal): -4754805 or 9138871. OLE color: 9138871.

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

Color convert

RGB183114139-
CMYK00.380.240.28
HSL338.26º32.39%58.24%-
HSV(B)338.26º37.7%71.76%-
XYZ30.2123.9727.46-
YUV137.48128.86160.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.97%
GREEN value IS 114 (44.92% from 255) = 26.15%
BLUE value IS 139 (54.69% from 255) = 31.88%
R=41.97%
G=26.15%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311413900.380.240.28338.2632.3958.24
HexB7728B026181C152203a
Octal26716221304630345224072
Binary1011011111100101000101101001101100011100101010010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7728B; }

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

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

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

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

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

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

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

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