#BE4865

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

Shades of Blush #BE4865

Tints of Blush #BE4865

Color information

#BE4865 (or 0xBE4865) is unknown color: approx Blush. HEX triplet: BE, 48 and 65. RGB value is (190,72,101). Sum of RGB (Red+Green+Blue) = 190+72+101=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4865 is #41B79A. Grayscale: #6E6E6E. Windows color (decimal): -4306843 or 6637758. OLE color: 6637758.

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

Color convert

RGB19072101-
CMYK00.620.470.25
HSL345.25º47.58%51.37%-
HSV(B)345.25º62.11%74.51%-
XYZ25.916.5214.14-
YUV110.59122.59184.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.34%
GREEN value IS 72 (28.52% from 255) = 19.83%
BLUE value IS 101 (39.84% from 255) = 27.82%
R=52.34%
G=19.83%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907210100.620.470.25345.2547.5851.37
HexBE486503E2F191593033
Octal27611014507657315316063
Binary1011111010010001100101011111010111111001101011001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4865; }

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

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

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

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

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

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

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

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