#BE3F5C

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

Shades of Hippie Pink #BE3F5C

Tints of Hippie Pink #BE3F5C

Color information

#BE3F5C (or 0xBE3F5C) is unknown color: approx Hippie Pink. HEX triplet: BE, 3F and 5C. RGB value is (190,63,92). Sum of RGB (Red+Green+Blue) = 190+63+92=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3F5C is #41C0A3. Grayscale: #686868. Windows color (decimal): -4309156 or 6045630. OLE color: 6045630.

HSL color Cylindrical-coordinate representation of color #BE3F5C: hue angle of 346.3º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3F5C is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB1906392-
CMYK00.670.520.25
HSL346.3º50.2%49.61%-
HSV(B)346.3º66.84%74.51%-
XYZ24.9415.2711.76-
YUV104.28121.08189.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 63 (25% from 255) = 18.26%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=55.07%
G=18.26%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190639200.670.520.25346.350.249.61
HexBE3F5C043341915a3232
Octal27677134010364315326262
Binary1011111011111110111000100001111010011001101011010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3F5C; }

 p { color: rgb(190,63,92); }

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

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

 a { background-color: rgb(190,63,92); }

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

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

 span { border-color: rgb(190,63,92); }

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