#BE5469

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

Shades of Blush #BE5469

Tints of Blush #BE5469

Color information

#BE5469 (or 0xBE5469) is unknown color: approx Blush. HEX triplet: BE, 54 and 69. RGB value is (190,84,105). Sum of RGB (Red+Green+Blue) = 190+84+105=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5469 is #41AB96. Grayscale: #767676. Windows color (decimal): -4303767 or 6902974. OLE color: 6902974.

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

Color convert

RGB19084105-
CMYK00.560.450.25
HSL348.11º44.92%53.73%-
HSV(B)348.11º55.79%74.51%-
XYZ26.9618.3115.48-
YUV118.09120.62179.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.13%
GREEN value IS 84 (33.20% from 255) = 22.16%
BLUE value IS 105 (41.41% from 255) = 27.70%
R=50.13%
G=22.16%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908410500.560.450.25348.1144.9253.73
HexBE54690382D1915c2d36
Octal27612415107055315345566
Binary1011111010101001101001011100010110111001101011100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5469; }

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

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

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

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

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

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

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

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