#BE5862

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

Shades of Blush #BE5862

Tints of Blush #BE5862

Color information

#BE5862 (or 0xBE5862) is unknown color: approx Blush. HEX triplet: BE, 58 and 62. RGB value is (190,88,98). Sum of RGB (Red+Green+Blue) = 190+88+98=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5862 is #41A79D. Grayscale: #777777. Windows color (decimal): -4302750 or 6445246. OLE color: 6445246.

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

Color convert

RGB1908898-
CMYK00.540.480.25
HSL354.12º43.97%54.51%-
HSV(B)354.12º53.68%74.51%-
XYZ26.9318.8113.77-
YUV119.64115.79178.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 88 (34.77% from 255) = 23.40%
BLUE value IS 98 (38.67% from 255) = 26.06%
R=50.53%
G=23.40%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190889800.540.480.25354.1243.9754.51
HexBE586203630191622c37
Octal27613014206660315425467
Binary1011111010110001100010011011011000011001101100010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5862; }

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

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

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

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

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

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

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

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