#B079AC

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

Shades of London Hue #B079AC

Tints of London Hue #B079AC

Color information

#B079AC (or 0xB079AC) is unknown color: approx London Hue. HEX triplet: B0, 79 and AC. RGB value is (176,121,172). Sum of RGB (Red+Green+Blue) = 176+121+172=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B079AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B079AC is #4F8653. Grayscale: #8F8F8F. Windows color (decimal): -5211732 or 11303344. OLE color: 11303344.

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

Color convert

RGB176121172-
CMYK00.310.020.31
HSL304.36º25.82%58.24%-
HSV(B)304.36º31.25%69.02%-
XYZ32.1925.8842.33-
YUV143.26144.22151.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 121 (47.66% from 255) = 25.80%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=37.53%
G=25.80%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612117200.310.020.31304.3625.8258.24
HexB079AC01F21F1301a3a
Octal2601712540372374603272
Binary10110000111100110101100011111101111110011000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B079AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B079AC; }

 p { color: rgb(176,121,172); }

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

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

 a { background-color: rgb(176,121,172); }

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

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

 span { border-color: rgb(176,121,172); }

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