Html Css Color HEX #B977AF London Hue

📋 copy color: '#B977AF'

red 185 ◦ green 119 ◦ blue 175

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

Shades of London Hue #B977AF

Tints of London Hue #B977AF

RGB

 RED value IS 185 (72.66% from 255) = 38.62%

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

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

R = 38.62%
G = 24.84%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B977AF (or 0xB977AF) is known color: London Hue. HEX triplet: B9, 77 and AF. RGB value is (185,119,175). Sum of RGB (Red+Green+Blue) = 185+119+175=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B977AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B977AF is #468850. Grayscale: #909090. Windows color (decimal): -4622417 or 11499449. OLE color: 11499449.

HSL color Cylindrical-coordinate representation of color #B977AF: hue angle of 309.09º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B977AF is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 119 175 -
CMYK 0 0.36 0.05 0.27
HSL 309.09º 0.32% 0.6% -
HSV(B) 309.09º 0.36% 0.73% -
XYZ 34.34 26.6 43.88 -
YUV 145.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 185 119 175 0 0.36 0.05 0.27 309.09 0.32 0.6
Hex B9 77 AF 0 24 5 1B 135 20 3C
Octal 271 167 257 0 44 5 33 465 40 74
Binary 10111001 1110111 10101111 0 100100 101 11011 100110101 100000 111100

Color Harmonies of #B977AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977AF

Black with #B977AF

Text Example


Text Example

White with #B977AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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