#BE4364

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

Shades of Blush #BE4364

Tints of Blush #BE4364

Color information

#BE4364 (or 0xBE4364) is unknown color: approx Blush. HEX triplet: BE, 43 and 64. RGB value is (190,67,100). Sum of RGB (Red+Green+Blue) = 190+67+100=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4364 is #41BC9B. Grayscale: #6B6B6B. Windows color (decimal): -4308124 or 6570942. OLE color: 6570942.

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

Color convert

RGB19067100-
CMYK00.650.470.25
HSL343.9º48.62%50.39%-
HSV(B)343.9º64.74%74.51%-
XYZ25.5415.8813.78-
YUV107.54123.75186.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.22%
GREEN value IS 67 (26.56% from 255) = 18.77%
BLUE value IS 100 (39.45% from 255) = 28.01%
R=53.22%
G=18.77%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906710000.650.470.25343.948.6250.39
HexBE43640412F191583132
Octal276103144010157315306162
Binary10111110100001111001000100000110111111001101011000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4364; }

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

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

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

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

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

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

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

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