#BE4A66

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

Shades of Blush #BE4A66

Tints of Blush #BE4A66

Color information

#BE4A66 (or 0xBE4A66) is unknown color: approx Blush. HEX triplet: BE, 4A and 66. RGB value is (190,74,102). Sum of RGB (Red+Green+Blue) = 190+74+102=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4A66 is #41B599. Grayscale: #6F6F6F. Windows color (decimal): -4306330 or 6703806. OLE color: 6703806.

HSL color Cylindrical-coordinate representation of color #BE4A66: hue angle of 345.52º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4A66 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB19074102-
CMYK00.610.460.25
HSL345.52º47.15%51.76%-
HSV(B)345.52º61.05%74.51%-
XYZ26.0816.814.44-
YUV111.88122.43183.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 74 (29.30% from 255) = 20.22%
BLUE value IS 102 (40.23% from 255) = 27.87%
R=51.91%
G=20.22%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907410200.610.460.25345.5247.1551.76
HexBE4A6603D2E1915a2f34
Octal27611214607556315325764
Binary1011111010010101100110011110110111011001101011010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4A66; }

 p { color: rgb(190,74,102); }

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

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

 a { background-color: rgb(190,74,102); }

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

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

 span { border-color: rgb(190,74,102); }

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