Html Css Color HEX #BE4159 Hippie Pink

📋 copy color: '#BE4159'

red 190 ◦ green 65 ◦ blue 89

#BE4159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #BE4159

Tints of Hippie Pink #BE4159

RGB

 RED value IS 190 (74.61% from 255) = 55.23%

 GREEN value IS 65 (25.78% from 255) = 18.9%

 BLUE value IS 89 (35.16% from 255) = 25.87%

R = 55.23%
G = 18.9%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE4159 (or 0xBE4159) is known color: Hippie Pink. HEX triplet: BE, 41 and 59. RGB value is (190,65,89). Sum of RGB (Red+Green+Blue) = 190+65+89=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4159 is #41BEA6. Grayscale: #696969. Windows color (decimal): -4308647 or 5849534. OLE color: 5849534.

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

Color convert

RGB 190 65 89 -
CMYK 0 0.66 0.53 0.25
HSL 348.48º 0.49% 0.5% -
HSV(B) 348.48º 0.66% 0.75% -
XYZ 24.93 15.45 11.12 -
YUV 105.11 118.91 188.55 -
System Red Green Blue C M Y K H S L
Decimal 190 65 89 0 0.66 0.53 0.25 348.48 0.49 0.5
Hex BE 41 59 0 42 35 19 15C 31 32
Octal 276 101 131 0 102 65 31 534 61 62
Binary 10111110 1000001 1011001 0 1000010 110101 11001 101011100 110001 110010

Color Harmonies of #BE4159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4159

Black with #BE4159

Text Example


Text Example

White with #BE4159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4159; }

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

 H1.HeaderClassName
 {
   color: #BE4159;
 }
 .AnyTagClassName
 {
   color: #BE4159;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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