#BE4A65

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

Shades of Blush #BE4A65

Tints of Blush #BE4A65

Color information

#BE4A65 (or 0xBE4A65) is unknown color: approx Blush. HEX triplet: BE, 4A and 65. RGB value is (190,74,101). Sum of RGB (Red+Green+Blue) = 190+74+101=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4A65 is #41B59A. Grayscale: #6F6F6F. Windows color (decimal): -4306331 or 6638270. OLE color: 6638270.

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

Color convert

RGB19074101-
CMYK00.610.470.25
HSL346.03º47.15%51.76%-
HSV(B)346.03º61.05%74.51%-
XYZ26.0316.7814.18-
YUV111.76121.93183.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 74 (29.30% from 255) = 20.27%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=52.05%
G=20.27%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907410100.610.470.25346.0347.1551.76
HexBE4A6503D2F1915a2f34
Octal27611214507557315325764
Binary1011111010010101100101011110110111111001101011010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4A65; }

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

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

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

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

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

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

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

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