#BE405B

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

Shades of Hippie Pink #BE405B

Tints of Hippie Pink #BE405B

Color information

#BE405B (or 0xBE405B) is unknown color: approx Hippie Pink. HEX triplet: BE, 40 and 5B. RGB value is (190,64,91). Sum of RGB (Red+Green+Blue) = 190+64+91=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE405B is #41BFA4. Grayscale: #686868. Windows color (decimal): -4308901 or 5980350. OLE color: 5980350.

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

Color convert

RGB1906491-
CMYK00.660.520.25
HSL347.14º49.61%49.8%-
HSV(B)347.14º66.32%74.51%-
XYZ24.9615.3711.55-
YUV104.75120.24188.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 64 (25.39% from 255) = 18.55%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=55.07%
G=18.55%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190649100.660.520.25347.1449.6149.8
HexBE405B042341915b3232
Octal276100133010264315336262
Binary10111110100000010110110100001011010011001101011011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE405B; }

 p { color: rgb(190,64,91); }

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

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

 a { background-color: rgb(190,64,91); }

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

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

 span { border-color: rgb(190,64,91); }

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