#BE4355

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

Shades of Hippie Pink #BE4355

Tints of Hippie Pink #BE4355

Color information

#BE4355 (or 0xBE4355) is unknown color: approx Hippie Pink. HEX triplet: BE, 43 and 55. RGB value is (190,67,85). Sum of RGB (Red+Green+Blue) = 190+67+85=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4355 is #41BCAA. Grayscale: #696969. Windows color (decimal): -4308139 or 5587902. OLE color: 5587902.

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

Color convert

RGB1906785-
CMYK00.650.550.25
HSL351.22º48.62%50.39%-
HSV(B)351.22º64.74%74.51%-
XYZ24.8815.6210.3-
YUV105.83116.25188.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.56%
GREEN value IS 67 (26.56% from 255) = 19.59%
BLUE value IS 85 (33.59% from 255) = 24.85%
R=55.56%
G=19.59%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190678500.650.550.25351.2248.6250.39
HexBE4355041371915f3132
Octal276103125010167315376162
Binary10111110100001110101010100000111011111001101011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4355; }

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

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

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

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

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

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

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

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