#BE4660

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

Shades of Blush #BE4660

Tints of Blush #BE4660

Color information

#BE4660 (or 0xBE4660) is unknown color: approx Blush. HEX triplet: BE, 46 and 60. RGB value is (190,70,96). Sum of RGB (Red+Green+Blue) = 190+70+96=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4660 is #41B99F. Grayscale: #6C6C6C. Windows color (decimal): -4307360 or 6309566. OLE color: 6309566.

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

Color convert

RGB1907096-
CMYK00.630.490.25
HSL347º48%50.98%-
HSV(B)347º63.16%74.51%-
XYZ25.5416.1712.84-
YUV108.84120.76185.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.37%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 96 (37.89% from 255) = 26.97%
R=53.37%
G=19.66%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190709600.630.490.253474850.98
HexBE466003F311915b3033
Octal27610614007761315336063
Binary1011111010001101100000011111111000111001101011011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4660; }

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

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

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

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

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

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

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

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