#BE415A

Color #BE415A Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #BE415A

Tints of Hippie Pink #BE415A

Color information

#BE415A (or 0xBE415A) is unknown color: approx Hippie Pink. HEX triplet: BE, 41 and 5A. RGB value is (190,65,90). Sum of RGB (Red+Green+Blue) = 190+65+90=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE415A is #41BEA5. Grayscale: #696969. Windows color (decimal): -4308646 or 5915070. OLE color: 5915070.

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

Color convert

RGB1906590-
CMYK00.660.530.25
HSL348º49.02%50%-
HSV(B)348º65.79%74.51%-
XYZ24.9715.4711.34-
YUV105.22119.41188.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 65 (25.78% from 255) = 18.84%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=55.07%
G=18.84%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190659000.660.530.2534849.0250
HexBE415A042351915c3132
Octal276101132010265315346162
Binary10111110100000110110100100001011010111001101011100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE415A; }

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

 H1.HeaderClassName
 {
   color: #BE415A;
 }
 .AnyTagClassName
 {
   color: #BE415A;
 }
</style>
background-color css

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

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

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

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

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

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