#BE4568

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

Shades of Blush #BE4568

Tints of Blush #BE4568

Color information

#BE4568 (or 0xBE4568) is unknown color: approx Blush. HEX triplet: BE, 45 and 68. RGB value is (190,69,104). Sum of RGB (Red+Green+Blue) = 190+69+104=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4568 is #41BA97. Grayscale: #6D6D6D. Windows color (decimal): -4307608 or 6833598. OLE color: 6833598.

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

Color convert

RGB19069104-
CMYK00.640.450.25
HSL342.64º48.21%50.78%-
HSV(B)342.64º63.68%74.51%-
XYZ25.8616.214.86-
YUV109.17125.09185.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.34%
GREEN value IS 69 (27.34% from 255) = 19.01%
BLUE value IS 104 (41.02% from 255) = 28.65%
R=52.34%
G=19.01%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906910400.640.450.25342.6448.2150.78
HexBE45680402D191573033
Octal276105150010055315276063
Binary10111110100010111010000100000010110111001101010111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4568; }

 p { color: rgb(190,69,104); }

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

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

 a { background-color: rgb(190,69,104); }

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

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

 span { border-color: rgb(190,69,104); }

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