#BE4560

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

Shades of Blush #BE4560

Tints of Blush #BE4560

Color information

#BE4560 (or 0xBE4560) is unknown color: approx Blush. HEX triplet: BE, 45 and 60. RGB value is (190,69,96). Sum of RGB (Red+Green+Blue) = 190+69+96=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4560 is #41BA9F. Grayscale: #6C6C6C. Windows color (decimal): -4307616 or 6309310. OLE color: 6309310.

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

Color convert

RGB1906996-
CMYK00.640.490.25
HSL346.61º48.21%50.78%-
HSV(B)346.61º63.68%74.51%-
XYZ25.4716.0512.82-
YUV108.26121.09186.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.52%
GREEN value IS 69 (27.34% from 255) = 19.44%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=53.52%
G=19.44%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190699600.640.490.25346.6148.2150.78
HexBE4560040311915b3033
Octal276105140010061315336063
Binary10111110100010111000000100000011000111001101011011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4560; }

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

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

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

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

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

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

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

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