Html Css Color HEX #BE4259 Hippie Pink

📋 copy color: '#BE4259'

red 190 ◦ green 66 ◦ blue 89

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

Shades of Hippie Pink #BE4259

Tints of Hippie Pink #BE4259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.13%

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

R = 55.07%
G = 19.13%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE4259 (or 0xBE4259) is known color: Hippie Pink. HEX triplet: BE, 42 and 59. RGB value is (190,66,89). Sum of RGB (Red+Green+Blue) = 190+66+89=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4259 is #41BDA6. Grayscale: #696969. Windows color (decimal): -4308391 or 5849790. OLE color: 5849790.

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

Color convert

RGB 190 66 89 -
CMYK 0 0.65 0.53 0.25
HSL 348.87º 0.49% 0.5% -
HSV(B) 348.87º 0.65% 0.75% -
XYZ 24.99 15.56 11.14 -
YUV 105.7 118.58 188.13 -
System Red Green Blue C M Y K H S L
Decimal 190 66 89 0 0.65 0.53 0.25 348.87 0.49 0.5
Hex BE 42 59 0 41 35 19 15D 31 32
Octal 276 102 131 0 101 65 31 535 61 62
Binary 10111110 1000010 1011001 0 1000001 110101 11001 101011101 110001 110010

Color Harmonies of #BE4259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4259

Black with #BE4259

Text Example


Text Example

White with #BE4259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4259; }

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

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

background-color css

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

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

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

border-color css

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

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

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