Html Css Color HEX #BE4454 Hippie Pink

📋 copy color: '#BE4454'

red 190 ◦ green 68 ◦ blue 84

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

Shades of Hippie Pink #BE4454

Tints of Hippie Pink #BE4454

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.88%

 BLUE value IS 84 (33.2% from 255) = 24.56%

R = 55.56%
G = 19.88%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE4454 (or 0xBE4454) is known color: Hippie Pink. HEX triplet: BE, 44 and 54. RGB value is (190,68,84). Sum of RGB (Red+Green+Blue) = 190+68+84=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4454 is #41BBAB. Grayscale: #6A6A6A. Windows color (decimal): -4307884 or 5522622. OLE color: 5522622.

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

Color convert

RGB 190 68 84 -
CMYK 0 0.64 0.56 0.25
HSL 352.13º 0.48% 0.51% -
HSV(B) 352.13º 0.64% 0.75% -
XYZ 24.9 15.72 10.11 -
YUV 106.3 115.42 187.7 -
System Red Green Blue C M Y K H S L
Decimal 190 68 84 0 0.64 0.56 0.25 352.13 0.48 0.51
Hex BE 44 54 0 40 38 19 160 30 33
Octal 276 104 124 0 100 70 31 540 60 63
Binary 10111110 1000100 1010100 0 1000000 111000 11001 101100000 110000 110011

Color Harmonies of #BE4454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4454

Black with #BE4454

Text Example


Text Example

White with #BE4454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4454; }

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

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

background-color css

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

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

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

border-color css

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

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

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