#B779AB

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

Shades of London Hue #B779AB

Tints of London Hue #B779AB

Color information

#B779AB (or 0xB779AB) is unknown color: approx London Hue. HEX triplet: B7, 79 and AB. RGB value is (183,121,171). Sum of RGB (Red+Green+Blue) = 183+121+171=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B779AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B779AB is #488654. Grayscale: #919191. Windows color (decimal): -4752981 or 11237815. OLE color: 11237815.

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

Color convert

RGB183121171-
CMYK00.340.070.28
HSL311.61º30.1%59.61%-
HSV(B)311.61º33.88%71.76%-
XYZ33.7226.6841.9-
YUV145.24142.54154.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 121 (47.66% from 255) = 25.47%
BLUE value IS 171 (67.19% from 255) = 36%
R=38.53%
G=25.47%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312117100.340.070.28311.6130.159.61
HexB779AB02271C1381e3c
Octal2671712530427344703674
Binary1011011111110011010101101000101111110010011100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B779AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B779AB; }

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

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

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

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

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

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

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

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