#BE4869

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

Shades of Blush #BE4869

Tints of Blush #BE4869

Color information

#BE4869 (or 0xBE4869) is unknown color: approx Blush. HEX triplet: BE, 48 and 69. RGB value is (190,72,105). Sum of RGB (Red+Green+Blue) = 190+72+105=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4869 is #41B796. Grayscale: #6F6F6F. Windows color (decimal): -4306839 or 6899902. OLE color: 6899902.

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

Color convert

RGB19072105-
CMYK00.620.450.25
HSL343.22º47.58%51.37%-
HSV(B)343.22º62.11%74.51%-
XYZ26.116.615.19-
YUV111.04124.59184.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.77%
GREEN value IS 72 (28.52% from 255) = 19.62%
BLUE value IS 105 (41.41% from 255) = 28.61%
R=51.77%
G=19.62%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907210500.620.450.25343.2247.5851.37
HexBE486903E2D191573033
Octal27611015107655315276063
Binary1011111010010001101001011111010110111001101010111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4869; }

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

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

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

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

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

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

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

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