#B5747C

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

Shades of Tapestry #B5747C

Tints of Tapestry #B5747C

Color information

#B5747C (or 0xB5747C) is unknown color: approx Tapestry. HEX triplet: B5, 74 and 7C. RGB value is (181,116,124). Sum of RGB (Red+Green+Blue) = 181+116+124=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5747C is #4A8B83. Grayscale: #888888. Windows color (decimal): -4885380 or 8156341. OLE color: 8156341.

HSL color Cylindrical-coordinate representation of color #B5747C: hue angle of 352.62º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5747C is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB181116124-
CMYK00.360.310.29
HSL352.62º30.52%58.24%-
HSV(B)352.62º35.91%70.98%-
XYZ28.9423.7722.13-
YUV136.35121.03159.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 116 (45.70% from 255) = 27.55%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=42.99%
G=27.55%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111612400.360.310.29352.6230.5258.24
HexB5747C0241F1D1611f3a
Octal26516417404437355413772
Binary10110101111010011111000100100111111110110110000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5747C; }

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

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

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

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

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

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

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

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