Html Css Color HEX #BE76AF London Hue

📋 copy color: '#BE76AF'

red 190 ◦ green 118 ◦ blue 175

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

Shades of London Hue #BE76AF

Tints of London Hue #BE76AF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.43%

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

R = 39.34%
G = 24.43%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE76AF (or 0xBE76AF) is known color: London Hue. HEX triplet: BE, 76 and AF. RGB value is (190,118,175). Sum of RGB (Red+Green+Blue) = 190+118+175=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE76AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE76AF is #418950. Grayscale: #919191. Windows color (decimal): -4294993 or 11499198. OLE color: 11499198.

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

Color convert

RGB 190 118 175 -
CMYK 0 0.38 0.08 0.25
HSL 312.5º 0.36% 0.6% -
HSV(B) 312.5º 0.38% 0.75% -
XYZ 35.45 27 43.9 -
YUV 146.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 190 118 175 0 0.38 0.08 0.25 312.5 0.36 0.6
Hex BE 76 AF 0 26 8 19 138 24 3C
Octal 276 166 257 0 46 10 31 470 44 74
Binary 10111110 1110110 10101111 0 100110 1000 11001 100111000 100100 111100

Color Harmonies of #BE76AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE76AF

Black with #BE76AF

Text Example


Text Example

White with #BE76AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE76AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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