#B977AF

Color #B977AF London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B977AF

Tints of London Hue #B977AF

Color information

#B977AF (or 0xB977AF) is unknown color: approx 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

RGB185119175-
CMYK00.360.050.27
HSL309.09º32.04%59.61%-
HSV(B)309.09º35.68%72.55%-
XYZ34.3426.643.88-
YUV145.12144.87156.45-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511917500.360.050.27309.0932.0459.61
HexB977AF02451B135203c
Octal2711672570445334654074
Binary10111001111011110101111010010010111011100110101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B977AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>