#B5728E

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

Shades of Tapestry #B5728E

Tints of Tapestry #B5728E

Color information

#B5728E (or 0xB5728E) is unknown color: approx Tapestry. HEX triplet: B5, 72 and 8E. RGB value is (181,114,142). Sum of RGB (Red+Green+Blue) = 181+114+142=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5728E is #4A8D71. Grayscale: #898989. Windows color (decimal): -4885874 or 9335477. OLE color: 9335477.

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

Color convert

RGB181114142-
CMYK00.370.220.29
HSL334.93º31.16%57.84%-
HSV(B)334.93º37.02%70.98%-
XYZ29.9623.8128.61-
YUV137.22130.7159.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 114 (44.92% from 255) = 26.09%
BLUE value IS 142 (55.86% from 255) = 32.49%
R=41.42%
G=26.09%
B=32.49%

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
Decimal18111414200.370.220.29334.9331.1657.84
HexB5728E025161D14f1f3a
Octal26516221604526355173772
Binary101101011110010100011100100101101101110110100111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5728E; }

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

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

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

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

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

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

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

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