#BE5164

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

Shades of Blush #BE5164

Tints of Blush #BE5164

Color information

#BE5164 (or 0xBE5164) is unknown color: approx Blush. HEX triplet: BE, 51 and 64. RGB value is (190,81,100). Sum of RGB (Red+Green+Blue) = 190+81+100=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5164 is #41AE9B. Grayscale: #737373. Windows color (decimal): -4304540 or 6574526. OLE color: 6574526.

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

Color convert

RGB19081100-
CMYK00.570.470.25
HSL349.54º45.61%53.14%-
HSV(B)349.54º57.37%74.51%-
XYZ26.4817.7514.09-
YUV115.76119.11180.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.21%
GREEN value IS 81 (32.03% from 255) = 21.83%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=51.21%
G=21.83%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908110000.570.470.25349.5445.6153.14
HexBE51640392F1915e2e35
Octal27612114407157315365665
Binary1011111010100011100100011100110111111001101011110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5164; }

 p { color: rgb(190,81,100); }

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

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

 a { background-color: rgb(190,81,100); }

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

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

 span { border-color: rgb(190,81,100); }

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