#BE637C

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

Shades of Tapestry #BE637C

Tints of Tapestry #BE637C

Color information

#BE637C (or 0xBE637C) is unknown color: approx Tapestry. HEX triplet: BE, 63 and 7C. RGB value is (190,99,124). Sum of RGB (Red+Green+Blue) = 190+99+124=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE637C is #419C83. Grayscale: #818181. Windows color (decimal): -4299908 or 8151998. OLE color: 8151998.

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

Color convert

RGB19099124-
CMYK00.480.350.25
HSL343.52º41.18%56.67%-
HSV(B)343.52º47.89%74.51%-
XYZ29.3421.3321.64-
YUV129.06125.15171.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.00%
GREEN value IS 99 (39.06% from 255) = 23.97%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=46.00%
G=23.97%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909912400.480.350.25343.5241.1856.67
HexBE637C03023191582939
Octal27614317406043315305171
Binary1011111011000111111100011000010001111001101011000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE637C; }

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

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

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

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

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

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

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

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