Html Css Color HEX #BE4255 Hippie Pink

📋 copy color: '#BE4255'

red 190 ◦ green 66 ◦ blue 85

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

Shades of Hippie Pink #BE4255

Tints of Hippie Pink #BE4255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.93%

R = 55.72%
G = 19.35%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE4255 (or 0xBE4255) is known color: Hippie Pink. HEX triplet: BE, 42 and 55. RGB value is (190,66,85). Sum of RGB (Red+Green+Blue) = 190+66+85=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4255 is #41BDAA. Grayscale: #696969. Windows color (decimal): -4308395 or 5587646. OLE color: 5587646.

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

Color convert

RGB 190 66 85 -
CMYK 0 0.65 0.55 0.25
HSL 350.81º 0.49% 0.5% -
HSV(B) 350.81º 0.65% 0.75% -
XYZ 24.82 15.5 10.28 -
YUV 105.24 116.58 188.46 -
System Red Green Blue C M Y K H S L
Decimal 190 66 85 0 0.65 0.55 0.25 350.81 0.49 0.5
Hex BE 42 55 0 41 37 19 15F 31 32
Octal 276 102 125 0 101 67 31 537 61 62
Binary 10111110 1000010 1010101 0 1000001 110111 11001 101011111 110001 110010

Color Harmonies of #BE4255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4255

Black with #BE4255

Text Example


Text Example

White with #BE4255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4255; }

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

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

background-color css

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

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

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

border-color css

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

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

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