#BE5060

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

Shades of Blush #BE5060

Tints of Blush #BE5060

Color information

#BE5060 (or 0xBE5060) is unknown color: approx Blush. HEX triplet: BE, 50 and 60. RGB value is (190,80,96). Sum of RGB (Red+Green+Blue) = 190+80+96=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5060 is #41AF9F. Grayscale: #727272. Windows color (decimal): -4304800 or 6312126. OLE color: 6312126.

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

Color convert

RGB1908096-
CMYK00.580.490.25
HSL351.27º45.83%52.94%-
HSV(B)351.27º57.89%74.51%-
XYZ26.2217.5313.07-
YUV114.71117.44181.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 80 (31.64% from 255) = 21.86%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=51.91%
G=21.86%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190809600.580.490.25351.2745.8352.94
HexBE506003A311915f2e35
Octal27612014007261315375665
Binary1011111010100001100000011101011000111001101011111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5060; }

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

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

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

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

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

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

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

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