#BE5063

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

Shades of Blush #BE5063

Tints of Blush #BE5063

Color information

#BE5063 (or 0xBE5063) is unknown color: approx Blush. HEX triplet: BE, 50 and 63. RGB value is (190,80,99). Sum of RGB (Red+Green+Blue) = 190+80+99=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5063 is #41AF9C. Grayscale: #737373. Windows color (decimal): -4304797 or 6508734. OLE color: 6508734.

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

Color convert

RGB1908099-
CMYK00.580.480.25
HSL349.64º45.83%52.94%-
HSV(B)349.64º57.89%74.51%-
XYZ26.3617.5913.81-
YUV115.06118.94181.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.49%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 99 (39.06% from 255) = 26.83%
R=51.49%
G=21.68%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190809900.580.480.25349.6445.8352.94
HexBE506303A301915e2e35
Octal27612014307260315365665
Binary1011111010100001100011011101011000011001101011110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5063; }

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

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

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

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

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

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

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

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