#BE758C

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

Shades of Tapestry #BE758C

Tints of Tapestry #BE758C

Color information

#BE758C (or 0xBE758C) is unknown color: approx Tapestry. HEX triplet: BE, 75 and 8C. RGB value is (190,117,140). Sum of RGB (Red+Green+Blue) = 190+117+140=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE758C is #418A73. Grayscale: #8D8D8D. Windows color (decimal): -4295284 or 9205182. OLE color: 9205182.

HSL color Cylindrical-coordinate representation of color #BE758C: hue angle of 341.1º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE758C is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB190117140-
CMYK00.380.260.25
HSL341.1º35.96%60.2%-
HSV(B)341.1º38.42%74.51%-
XYZ32.3325.5628.04-
YUV141.45127.18162.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 140 (55.08% from 255) = 31.32%
R=42.51%
G=26.17%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011714000.380.260.25341.135.9660.2
HexBE758C0261A19155243c
Octal27616521404632315254474
Binary1011111011101011000110001001101101011001101010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE758C; }

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

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

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

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

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

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

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

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