#BE4457

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

Shades of Hippie Pink #BE4457

Tints of Hippie Pink #BE4457

Color information

#BE4457 (or 0xBE4457) is unknown color: approx Hippie Pink. HEX triplet: BE, 44 and 57. RGB value is (190,68,87). Sum of RGB (Red+Green+Blue) = 190+68+87=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4457 is #41BBA8. Grayscale: #6A6A6A. Windows color (decimal): -4307881 or 5719230. OLE color: 5719230.

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

Color convert

RGB1906887-
CMYK00.640.540.25
HSL350.66º48.41%50.59%-
HSV(B)350.66º64.21%74.51%-
XYZ25.0215.7710.74-
YUV106.64116.92187.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 68 (26.95% from 255) = 19.71%
BLUE value IS 87 (34.38% from 255) = 25.22%
R=55.07%
G=19.71%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190688700.640.540.25350.6648.4150.59
HexBE4457040361915f3033
Octal276104127010066315376063
Binary10111110100010010101110100000011011011001101011111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4457; }

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

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

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

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

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

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

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

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