#B779AC

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

Shades of London Hue #B779AC

Tints of London Hue #B779AC

Color information

#B779AC (or 0xB779AC) is unknown color: approx London Hue. HEX triplet: B7, 79 and AC. RGB value is (183,121,172). Sum of RGB (Red+Green+Blue) = 183+121+172=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 183 - color contains mainly: red. Hex color #B779AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B779AC is #488653. Grayscale: #919191. Windows color (decimal): -4752980 or 11303351. OLE color: 11303351.

HSL color Cylindrical-coordinate representation of color #B779AC: hue angle of 310.65º 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 #B779AC is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB183121172-
CMYK00.340.060.28
HSL310.65º30.1%59.61%-
HSV(B)310.65º33.88%71.76%-
XYZ33.8126.7242.41-
YUV145.35143.04154.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.45%
GREEN value IS 121 (47.66% from 255) = 25.42%
BLUE value IS 172 (67.58% from 255) = 36.13%
R=38.45%
G=25.42%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312117200.340.060.28310.6530.159.61
HexB779AC02261C1371e3c
Octal2671712540426344673674
Binary1011011111110011010110001000101101110010011011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B779AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B779AC; }

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

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

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

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

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

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

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

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