#b179aa

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

Shades of London Hue #B179AA

Tints of London Hue #B179AA

Color information

#B179AA (or 0xB179AA) is unknown color: approx London Hue. HEX triplet: B1, 79 and AA. RGB value is (177,121,170). Sum of RGB (Red+Green+Blue) = 177+121+170=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B179AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B179AA is #4E8655. Grayscale: #8F8F8F. Windows color (decimal): -5146198 or 11172273. OLE color: 11172273.

HSL color Cylindrical-coordinate representation of color #B179AA: hue angle of 307.5º 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 #B179AA is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB177121170-
CMYK00.320.040.31
HSL307.5º26.42%58.43%-
HSV(B)307.5º31.64%69.41%-
XYZ32.2225.9241.34-
YUV143.33143.05152.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 121 (47.66% from 255) = 25.85%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=37.82%
G=25.85%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712117000.320.040.31307.526.4258.43
HexB179AA02041F1341a3a
Octal2611712520404374643272
Binary1011000111110011010101001000001001111110011010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b179aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b179aa; }

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

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

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

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

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

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

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

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