#BE4358

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

Shades of Hippie Pink #BE4358

Tints of Hippie Pink #BE4358

Color information

#BE4358 (or 0xBE4358) is unknown color: approx Hippie Pink. HEX triplet: BE, 43 and 58. RGB value is (190,67,88). Sum of RGB (Red+Green+Blue) = 190+67+88=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4358 is #41BCA7. Grayscale: #6A6A6A. Windows color (decimal): -4308136 or 5784510. OLE color: 5784510.

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

Color convert

RGB1906788-
CMYK00.650.540.25
HSL349.76º48.62%50.39%-
HSV(B)349.76º64.74%74.51%-
XYZ2515.6710.94-
YUV106.17117.75187.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 67 (26.56% from 255) = 19.42%
BLUE value IS 88 (34.77% from 255) = 25.51%
R=55.07%
G=19.42%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190678800.650.540.25349.7648.6250.39
HexBE4358041361915e3132
Octal276103130010166315366162
Binary10111110100001110110000100000111011011001101011110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4358; }

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

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

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

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

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

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

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

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