#BE4A68

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

Shades of Blush #BE4A68

Tints of Blush #BE4A68

Color information

#BE4A68 (or 0xBE4A68) is unknown color: approx Blush. HEX triplet: BE, 4A and 68. RGB value is (190,74,104). Sum of RGB (Red+Green+Blue) = 190+74+104=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4A68 is #41B597. Grayscale: #707070. Windows color (decimal): -4306328 or 6834878. OLE color: 6834878.

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

Color convert

RGB19074104-
CMYK00.610.450.25
HSL344.48º47.15%51.76%-
HSV(B)344.48º61.05%74.51%-
XYZ26.1816.8414.97-
YUV112.1123.43183.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.63%
GREEN value IS 74 (29.30% from 255) = 20.11%
BLUE value IS 104 (41.02% from 255) = 28.26%
R=51.63%
G=20.11%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907410400.610.450.25344.4847.1551.76
HexBE4A6803D2D191582f34
Octal27611215007555315305764
Binary1011111010010101101000011110110110111001101011000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4A68; }

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

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

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

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

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

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

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

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