#B5758C

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

Shades of Tapestry #B5758C

Tints of Tapestry #B5758C

Color information

#B5758C (or 0xB5758C) is unknown color: approx Tapestry. HEX triplet: B5, 75 and 8C. RGB value is (181,117,140). Sum of RGB (Red+Green+Blue) = 181+117+140=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5758C is #4A8A73. Grayscale: #8A8A8A. Windows color (decimal): -4885108 or 9205173. OLE color: 9205173.

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

Color convert

RGB181117140-
CMYK00.350.230.29
HSL338.44º30.19%58.43%-
HSV(B)338.44º35.36%70.98%-
XYZ30.1524.4427.94-
YUV138.76128.7158.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 140 (55.08% from 255) = 31.96%
R=41.32%
G=26.71%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111714000.350.230.29338.4430.1958.43
HexB5758C023171D1521e3a
Octal26516521404327355223672
Binary101101011110101100011000100011101111110110101001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5758C; }

 p { color: rgb(181,117,140); }

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

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

 a { background-color: rgb(181,117,140); }

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

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

 span { border-color: rgb(181,117,140); }

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