#B779AD

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

Shades of London Hue #B779AD

Tints of London Hue #B779AD

Color information

#B779AD (or 0xB779AD) is unknown color: approx London Hue. HEX triplet: B7, 79 and AD. RGB value is (183,121,173). Sum of RGB (Red+Green+Blue) = 183+121+173=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B779AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B779AD is #488652. Grayscale: #919191. Windows color (decimal): -4752979 or 11368887. OLE color: 11368887.

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

Color convert

RGB183121173-
CMYK00.340.050.28
HSL309.68º30.1%59.61%-
HSV(B)309.68º33.88%71.76%-
XYZ33.9126.7642.91-
YUV145.47143.54154.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 121 (47.66% from 255) = 25.37%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=38.36%
G=25.37%
B=36.27%

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
Decimal18312117300.340.050.28309.6830.159.61
HexB779AD02251C1361e3c
Octal2671712550425344663674
Binary1011011111110011010110101000101011110010011011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B779AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B779AD; }

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

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

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

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

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

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

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

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