#B5728D

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

Shades of Tapestry #B5728D

Tints of Tapestry #B5728D

Color information

#B5728D (or 0xB5728D) is unknown color: approx Tapestry. HEX triplet: B5, 72 and 8D. RGB value is (181,114,141). Sum of RGB (Red+Green+Blue) = 181+114+141=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B5728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5728D is #4A8D72. Grayscale: #898989. Windows color (decimal): -4885875 or 9269941. OLE color: 9269941.

HSL color Cylindrical-coordinate representation of color #B5728D: hue angle of 335.82º 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 #B5728D is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB181114141-
CMYK00.370.220.29
HSL335.82º31.16%57.84%-
HSV(B)335.82º37.02%70.98%-
XYZ29.8823.7828.21-
YUV137.11130.2159.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 114 (44.92% from 255) = 26.15%
BLUE value IS 141 (55.47% from 255) = 32.34%
R=41.51%
G=26.15%
B=32.34%

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
Decimal18111414100.370.220.29335.8231.1657.84
HexB5728D025161D1501f3a
Octal26516221504526355203772
Binary101101011110010100011010100101101101110110101000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5728D; }

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

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

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

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

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

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

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

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