#BE5062

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

Shades of Blush #BE5062

Tints of Blush #BE5062

Color information

#BE5062 (or 0xBE5062) is unknown color: approx Blush. HEX triplet: BE, 50 and 62. RGB value is (190,80,98). Sum of RGB (Red+Green+Blue) = 190+80+98=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5062 is #41AF9D. Grayscale: #727272. Windows color (decimal): -4304798 or 6443198. OLE color: 6443198.

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

Color convert

RGB1908098-
CMYK00.580.480.25
HSL350.18º45.83%52.94%-
HSV(B)350.18º57.89%74.51%-
XYZ26.3117.5713.56-
YUV114.94118.44181.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.63%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 98 (38.67% from 255) = 26.63%
R=51.63%
G=21.74%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190809800.580.480.25350.1845.8352.94
HexBE506203A301915e2e35
Octal27612014207260315365665
Binary1011111010100001100010011101011000011001101011110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5062; }

 p { color: rgb(190,80,98); }

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

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

 a { background-color: rgb(190,80,98); }

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

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

 span { border-color: rgb(190,80,98); }

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