#B4758C

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

Shades of Tapestry #B4758C

Tints of Tapestry #B4758C

Color information

#B4758C (or 0xB4758C) is unknown color: approx Tapestry. HEX triplet: B4, 75 and 8C. RGB value is (180,117,140). Sum of RGB (Red+Green+Blue) = 180+117+140=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4758C is #4B8A73. Grayscale: #8A8A8A. Windows color (decimal): -4950644 or 9205172. OLE color: 9205172.

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

Color convert

RGB180117140-
CMYK00.350.220.29
HSL338.1º29.58%58.24%-
HSV(B)338.1º35%70.59%-
XYZ29.9224.3227.93-
YUV138.46128.87157.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 117 (46.09% from 255) = 26.77%
BLUE value IS 140 (55.08% from 255) = 32.04%
R=41.19%
G=26.77%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011714000.350.220.29338.129.5858.24
HexB4758C023161D1521e3a
Octal26416521404326355223672
Binary101101001110101100011000100011101101110110101001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4758C; }

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

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

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

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

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

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

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

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