#BE5466

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

Shades of Blush #BE5466

Tints of Blush #BE5466

Color information

#BE5466 (or 0xBE5466) is unknown color: approx Blush. HEX triplet: BE, 54 and 66. RGB value is (190,84,102). Sum of RGB (Red+Green+Blue) = 190+84+102=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5466 is #41AB99. Grayscale: #757575. Windows color (decimal): -4303770 or 6706366. OLE color: 6706366.

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

Color convert

RGB19084102-
CMYK00.560.460.25
HSL349.81º44.92%53.73%-
HSV(B)349.81º55.79%74.51%-
XYZ26.818.2514.68-
YUV117.75119.12179.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 102 (40.23% from 255) = 27.13%
R=50.53%
G=22.34%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908410200.560.460.25349.8144.9253.73
HexBE54660382E1915e2d36
Octal27612414607056315365566
Binary1011111010101001100110011100010111011001101011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5466; }

 p { color: rgb(190,84,102); }

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

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

 a { background-color: rgb(190,84,102); }

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

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

 span { border-color: rgb(190,84,102); }

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