#BE5364

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

Shades of Blush #BE5364

Tints of Blush #BE5364

Color information

#BE5364 (or 0xBE5364) is unknown color: approx Blush. HEX triplet: BE, 53 and 64. RGB value is (190,83,100). Sum of RGB (Red+Green+Blue) = 190+83+100=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5364 is #41AC9B. Grayscale: #747474. Windows color (decimal): -4304028 or 6575038. OLE color: 6575038.

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

Color convert

RGB19083100-
CMYK00.560.470.25
HSL350.47º45.15%53.53%-
HSV(B)350.47º56.32%74.51%-
XYZ26.6318.0514.14-
YUV116.93118.45180.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.94%
GREEN value IS 83 (32.81% from 255) = 22.25%
BLUE value IS 100 (39.45% from 255) = 26.81%
R=50.94%
G=22.25%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908310000.560.470.25350.4745.1553.53
HexBE53640382F1915e2d36
Octal27612314407057315365566
Binary1011111010100111100100011100010111111001101011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5364; }

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

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

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

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

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

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

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

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