Html Css Color HEX #BE3F5A Hippie Pink

📋 copy color: '#BE3F5A'

red 190 ◦ green 63 ◦ blue 90

#BE3F5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #BE3F5A

Tints of Hippie Pink #BE3F5A

RGB

 RED value IS 190 (74.61% from 255) = 55.39%

 GREEN value IS 63 (25% from 255) = 18.37%

 BLUE value IS 90 (35.55% from 255) = 26.24%

R = 55.39%
G = 18.37%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE3F5A (or 0xBE3F5A) is known color: Hippie Pink. HEX triplet: BE, 3F and 5A. RGB value is (190,63,90). Sum of RGB (Red+Green+Blue) = 190+63+90=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3F5A is #41C0A5. Grayscale: #686868. Windows color (decimal): -4309158 or 5914558. OLE color: 5914558.

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

Color convert

RGB 190 63 90 -
CMYK 0 0.67 0.53 0.25
HSL 347.24º 0.5% 0.5% -
HSV(B) 347.24º 0.67% 0.75% -
XYZ 24.86 15.24 11.3 -
YUV 104.05 120.08 189.3 -
System Red Green Blue C M Y K H S L
Decimal 190 63 90 0 0.67 0.53 0.25 347.24 0.5 0.5
Hex BE 3F 5A 0 43 35 19 15B 32 32
Octal 276 77 132 0 103 65 31 533 62 62
Binary 10111110 111111 1011010 0 1000011 110101 11001 101011011 110010 110010

Color Harmonies of #BE3F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3F5A

Black with #BE3F5A

Text Example


Text Example

White with #BE3F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3F5A; }

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

 H1.HeaderClassName
 {
   color: #BE3F5A;
 }
 .AnyTagClassName
 {
   color: #BE3F5A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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