#BE5468

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

Shades of Blush #BE5468

Tints of Blush #BE5468

Color information

#BE5468 (or 0xBE5468) is unknown color: approx Blush. HEX triplet: BE, 54 and 68. RGB value is (190,84,104). Sum of RGB (Red+Green+Blue) = 190+84+104=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5468 is #41AB97. Grayscale: #767676. Windows color (decimal): -4303768 or 6837438. OLE color: 6837438.

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

Color convert

RGB19084104-
CMYK00.560.450.25
HSL348.68º44.92%53.73%-
HSV(B)348.68º55.79%74.51%-
XYZ26.918.2915.21-
YUV117.97120.12179.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 84 (33.20% from 255) = 22.22%
BLUE value IS 104 (41.02% from 255) = 27.51%
R=50.26%
G=22.22%
B=27.51%

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
Decimal1908410400.560.450.25348.6844.9253.73
HexBE54680382D1915d2d36
Octal27612415007055315355566
Binary1011111010101001101000011100010110111001101011101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5468; }

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

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

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

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

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

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

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

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