#BE4459

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

Shades of Hippie Pink #BE4459

Tints of Hippie Pink #BE4459

Color information

#BE4459 (or 0xBE4459) is unknown color: approx Hippie Pink. HEX triplet: BE, 44 and 59. RGB value is (190,68,89). Sum of RGB (Red+Green+Blue) = 190+68+89=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4459 is #41BBA6. Grayscale: #6A6A6A. Windows color (decimal): -4307879 or 5850302. OLE color: 5850302.

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

Color convert

RGB1906889-
CMYK00.640.530.25
HSL349.67º48.41%50.59%-
HSV(B)349.67º64.21%74.51%-
XYZ25.1115.811.18-
YUV106.87117.92187.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.76%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 89 (35.16% from 255) = 25.65%
R=54.76%
G=19.60%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190688900.640.530.25349.6748.4150.59
HexBE4459040351915e3033
Octal276104131010065315366063
Binary10111110100010010110010100000011010111001101011110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4459; }

 p { color: rgb(190,68,89); }

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

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

 a { background-color: rgb(190,68,89); }

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

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

 span { border-color: rgb(190,68,89); }

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