#BE5869

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

Shades of Blush #BE5869

Tints of Blush #BE5869

Color information

#BE5869 (or 0xBE5869) is unknown color: approx Blush. HEX triplet: BE, 58 and 69. RGB value is (190,88,105). Sum of RGB (Red+Green+Blue) = 190+88+105=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5869 is #41A796. Grayscale: #787878. Windows color (decimal): -4302743 or 6903998. OLE color: 6903998.

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

Color convert

RGB19088105-
CMYK00.540.450.25
HSL350º43.97%54.51%-
HSV(B)350º53.68%74.51%-
XYZ27.2718.9515.58-
YUV120.44119.29177.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.61%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 105 (41.41% from 255) = 27.42%
R=49.61%
G=22.98%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908810500.540.450.2535043.9754.51
HexBE58690362D1915e2c37
Octal27613015106655315365467
Binary1011111010110001101001011011010110111001101011110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5869; }

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

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

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

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

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

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

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

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