#B5727C

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

Shades of Tapestry #B5727C

Tints of Tapestry #B5727C

Color information

#B5727C (or 0xB5727C) is unknown color: approx Tapestry. HEX triplet: B5, 72 and 7C. RGB value is (181,114,124). Sum of RGB (Red+Green+Blue) = 181+114+124=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5727C is #4A8D83. Grayscale: #878787. Windows color (decimal): -4885892 or 8155829. OLE color: 8155829.

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

Color convert

RGB181114124-
CMYK00.370.310.29
HSL351.04º31.16%57.84%-
HSV(B)351.04º37.02%70.98%-
XYZ28.7123.3122.06-
YUV135.17121.7160.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=43.20%
G=27.21%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111412400.370.310.29351.0431.1657.84
HexB5727C0251F1D15f1f3a
Octal26516217404537355373772
Binary10110101111001011111000100101111111110110101111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5727C; }

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

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

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

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

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

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

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

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