#BE5F7C

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

Shades of Tapestry #BE5F7C

Tints of Tapestry #BE5F7C

Color information

#BE5F7C (or 0xBE5F7C) is unknown color: approx Tapestry. HEX triplet: BE, 5F and 7C. RGB value is (190,95,124). Sum of RGB (Red+Green+Blue) = 190+95+124=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5F7C is #41A083. Grayscale: #7E7E7E. Windows color (decimal): -4300932 or 8150974. OLE color: 8150974.

HSL color Cylindrical-coordinate representation of color #BE5F7C: hue angle of 341.68º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE5F7C is Cyan = 0, Magento = 0.5, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB19095124-
CMYK00.50.350.25
HSL341.68º42.22%55.88%-
HSV(B)341.68º50%74.51%-
XYZ28.9720.5921.52-
YUV126.71126.47173.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 95 (37.5% from 255) = 23.23%
BLUE value IS 124 (48.83% from 255) = 30.32%
R=46.45%
G=23.23%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909512400.50.350.25341.6842.2255.88
HexBE5F7C03223191562a38
Octal27613717406243315265270
Binary1011111010111111111100011001010001111001101010110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5F7C; }

 p { color: rgb(190,95,124); }

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

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

 a { background-color: rgb(190,95,124); }

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

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

 span { border-color: rgb(190,95,124); }

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