#BE617C

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

Shades of Tapestry #BE617C

Tints of Tapestry #BE617C

Color information

#BE617C (or 0xBE617C) is unknown color: approx Tapestry. HEX triplet: BE, 61 and 7C. RGB value is (190,97,124). Sum of RGB (Red+Green+Blue) = 190+97+124=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE617C is #419E83. Grayscale: #7F7F7F. Windows color (decimal): -4300420 or 8151486. OLE color: 8151486.

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

Color convert

RGB19097124-
CMYK00.490.350.25
HSL342.58º41.7%56.27%-
HSV(B)342.58º48.95%74.51%-
XYZ29.1520.9521.58-
YUV127.88125.81172.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 97 (38.28% from 255) = 23.60%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=46.23%
G=23.60%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909712400.490.350.25342.5841.756.27
HexBE617C03123191572a38
Octal27614117406143315275270
Binary1011111011000011111100011000110001111001101010111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE617C; }

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

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

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

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

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

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

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

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