#B079AE

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

Shades of London Hue #B079AE

Tints of London Hue #B079AE

Color information

#B079AE (or 0xB079AE) is unknown color: approx London Hue. HEX triplet: B0, 79 and AE. RGB value is (176,121,174). Sum of RGB (Red+Green+Blue) = 176+121+174=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B079AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B079AE is #4F8651. Grayscale: #8F8F8F. Windows color (decimal): -5211730 or 11434416. OLE color: 11434416.

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

Color convert

RGB176121174-
CMYK00.310.010.31
HSL302.18º25.82%58.24%-
HSV(B)302.18º31.25%69.02%-
XYZ32.3825.9643.35-
YUV143.49145.22151.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=37.37%
G=25.69%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612117400.310.010.31302.1825.8258.24
HexB079AE01F11F12e1a3a
Octal2601712560371374563272
Binary1011000011110011010111001111111111110010111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B079AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B079AE; }

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

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

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

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

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

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

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

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