#BE4460

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

Shades of Blush #BE4460

Tints of Blush #BE4460

Color information

#BE4460 (or 0xBE4460) is unknown color: approx Blush. HEX triplet: BE, 44 and 60. RGB value is (190,68,96). Sum of RGB (Red+Green+Blue) = 190+68+96=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4460 is #41BB9F. Grayscale: #6B6B6B. Windows color (decimal): -4307872 or 6309054. OLE color: 6309054.

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

Color convert

RGB1906896-
CMYK00.640.490.25
HSL346.23º48.41%50.59%-
HSV(B)346.23º64.21%74.51%-
XYZ25.4115.9312.8-
YUV107.67121.42186.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.67%
GREEN value IS 68 (26.95% from 255) = 19.21%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=53.67%
G=19.21%
B=27.12%

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
Decimal190689600.640.490.25346.2348.4150.59
HexBE4460040311915a3033
Octal276104140010061315326063
Binary10111110100010011000000100000011000111001101011010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4460; }

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

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

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

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

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

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

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

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