Html Css Color HEX #BE445A Hippie Pink

📋 copy color: '#BE445A'

red 190 ◦ green 68 ◦ blue 90

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

Shades of Hippie Pink #BE445A

Tints of Hippie Pink #BE445A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.86%

R = 54.6%
G = 19.54%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE445A (or 0xBE445A) is known color: Hippie Pink. HEX triplet: BE, 44 and 5A. RGB value is (190,68,90). Sum of RGB (Red+Green+Blue) = 190+68+90=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE445A is #41BBA5. Grayscale: #6B6B6B. Windows color (decimal): -4307878 or 5915838. OLE color: 5915838.

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

Color convert

RGB 190 68 90 -
CMYK 0 0.64 0.53 0.25
HSL 349.18º 0.48% 0.51% -
HSV(B) 349.18º 0.64% 0.75% -
XYZ 25.15 15.82 11.4 -
YUV 106.99 118.42 187.21 -
System Red Green Blue C M Y K H S L
Decimal 190 68 90 0 0.64 0.53 0.25 349.18 0.48 0.51
Hex BE 44 5A 0 40 35 19 15D 30 33
Octal 276 104 132 0 100 65 31 535 60 63
Binary 10111110 1000100 1011010 0 1000000 110101 11001 101011101 110000 110011

Color Harmonies of #BE445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE445A

Black with #BE445A

Text Example


Text Example

White with #BE445A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE445A; }

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

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

background-color css

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

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

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

border-color css

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

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

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