#B179AF

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

Shades of London Hue #B179AF

Tints of London Hue #B179AF

Color information

#B179AF (or 0xB179AF) is unknown color: approx London Hue. HEX triplet: B1, 79 and AF. RGB value is (177,121,175). Sum of RGB (Red+Green+Blue) = 177+121+175=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B179AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B179AF is #4E8650. Grayscale: #8F8F8F. Windows color (decimal): -5146193 or 11499953. OLE color: 11499953.

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

Color convert

RGB177121175-
CMYK00.320.010.31
HSL302.14º26.42%58.43%-
HSV(B)302.14º31.64%69.41%-
XYZ32.7126.1243.87-
YUV143.9145.55151.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 121 (47.66% from 255) = 25.58%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=37.42%
G=25.58%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712117500.320.010.31302.1426.4258.43
HexB179AF02011F12e1a3a
Octal2611712570401374563272
Binary10110001111100110101111010000011111110010111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B179AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B179AF; }

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

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

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

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

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

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

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

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