Html Css Color HEX #BE77AF London Hue

📋 copy color: '#BE77AF'

red 190 ◦ green 119 ◦ blue 175

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

Shades of London Hue #BE77AF

Tints of London Hue #BE77AF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.59%

 BLUE value IS 175 (68.75% from 255) = 36.16%

R = 39.26%
G = 24.59%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE77AF (or 0xBE77AF) is known color: London Hue. HEX triplet: BE, 77 and AF. RGB value is (190,119,175). Sum of RGB (Red+Green+Blue) = 190+119+175=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE77AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE77AF is #418850. Grayscale: #929292. Windows color (decimal): -4294737 or 11499454. OLE color: 11499454.

HSL color Cylindrical-coordinate representation of color #BE77AF: hue angle of 312.68º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE77AF is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 119 175 -
CMYK 0 0.37 0.08 0.25
HSL 312.68º 0.35% 0.61% -
HSV(B) 312.68º 0.37% 0.75% -
XYZ 35.57 27.24 43.94 -
YUV 146.61 144.02 158.95 -
System Red Green Blue C M Y K H S L
Decimal 190 119 175 0 0.37 0.08 0.25 312.68 0.35 0.61
Hex BE 77 AF 0 25 8 19 139 23 3D
Octal 276 167 257 0 45 10 31 471 43 75
Binary 10111110 1110111 10101111 0 100101 1000 11001 100111001 100011 111101

Color Harmonies of #BE77AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE77AF

Black with #BE77AF

Text Example


Text Example

White with #BE77AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE77AF; }

 p { color: rgb(190,119,175); }

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

background-color css

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

 a { background-color: rgb(190,119,175); }

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

border-color css

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

 span { border-color: rgb(190,119,175); }

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