#B779AE

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

Shades of London Hue #B779AE

Tints of London Hue #B779AE

Color information

#B779AE (or 0xB779AE) is unknown color: approx London Hue. HEX triplet: B7, 79 and AE. RGB value is (183,121,174). Sum of RGB (Red+Green+Blue) = 183+121+174=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 183 - color contains mainly: red. Hex color #B779AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B779AE is #488651. Grayscale: #919191. Windows color (decimal): -4752978 or 11434423. OLE color: 11434423.

HSL color Cylindrical-coordinate representation of color #B779AE: hue angle of 308.71º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B779AE is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB183121174-
CMYK00.340.050.28
HSL308.71º30.1%59.61%-
HSV(B)308.71º33.88%71.76%-
XYZ34.0126.843.42-
YUV145.58144.04154.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.28%
GREEN value IS 121 (47.66% from 255) = 25.31%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=38.28%
G=25.31%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312117400.340.050.28308.7130.159.61
HexB779AE02251C1351e3c
Octal2671712560425344653674
Binary1011011111110011010111001000101011110010011010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B779AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B779AE; }

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

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

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

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

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

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

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

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