#BE5061

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

Shades of Blush #BE5061

Tints of Blush #BE5061

Color information

#BE5061 (or 0xBE5061) is unknown color: approx Blush. HEX triplet: BE, 50 and 61. RGB value is (190,80,97). Sum of RGB (Red+Green+Blue) = 190+80+97=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5061 is #41AF9E. Grayscale: #727272. Windows color (decimal): -4304799 or 6377662. OLE color: 6377662.

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

Color convert

RGB1908097-
CMYK00.580.490.25
HSL350.73º45.83%52.94%-
HSV(B)350.73º57.89%74.51%-
XYZ26.2617.5513.31-
YUV114.83117.94181.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.77%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 97 (38.28% from 255) = 26.43%
R=51.77%
G=21.80%
B=26.43%

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
Decimal190809700.580.490.25350.7345.8352.94
HexBE506103A311915f2e35
Octal27612014107261315375665
Binary1011111010100001100001011101011000111001101011111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5061; }

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

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

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

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

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

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

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

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