#BE5064

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

Shades of Blush #BE5064

Tints of Blush #BE5064

Color information

#BE5064 (or 0xBE5064) is unknown color: approx Blush. HEX triplet: BE, 50 and 64. RGB value is (190,80,100). Sum of RGB (Red+Green+Blue) = 190+80+100=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5064 is #41AF9B. Grayscale: #737373. Windows color (decimal): -4304796 or 6574270. OLE color: 6574270.

HSL color Cylindrical-coordinate representation of color #BE5064: hue angle of 349.09º 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 #BE5064 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB19080100-
CMYK00.580.470.25
HSL349.09º45.83%52.94%-
HSV(B)349.09º57.89%74.51%-
XYZ26.417.614.06-
YUV115.17119.44181.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.35%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 100 (39.45% from 255) = 27.03%
R=51.35%
G=21.62%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908010000.580.470.25349.0945.8352.94
HexBE506403A2F1915d2e35
Octal27612014407257315355665
Binary1011111010100001100100011101010111111001101011101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5064; }

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

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

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

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

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

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

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

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