#B179AE

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

Shades of London Hue #B179AE

Tints of London Hue #B179AE

Color information

#B179AE (or 0xB179AE) is unknown color: approx London Hue. HEX triplet: B1, 79 and AE. RGB value is (177,121,174). Sum of RGB (Red+Green+Blue) = 177+121+174=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B179AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B179AE is #4E8651. Grayscale: #8F8F8F. Windows color (decimal): -5146194 or 11434417. OLE color: 11434417.

HSL color Cylindrical-coordinate representation of color #B179AE: hue angle of 303.21º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B179AE is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB177121174-
CMYK00.320.020.31
HSL303.21º26.42%58.43%-
HSV(B)303.21º31.64%69.41%-
XYZ32.6126.0843.36-
YUV143.79145.05151.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.5%
GREEN value IS 121 (47.66% from 255) = 25.64%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=37.5%
G=25.64%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712117400.320.020.31303.2126.4258.43
HexB179AE02021F12f1a3a
Octal2611712560402374573272
Binary101100011111001101011100100000101111110010111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B179AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B179AE; }

 p { color: rgb(177,121,174); }

 H1.HeaderClassName
 {
   color: #B179AE;
 }
 .AnyTagClassName
 {
   color: #B179AE;
 }
</style>
background-color css

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

 a { background-color: rgb(177,121,174); }

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

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

 span { border-color: rgb(177,121,174); }

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