#B776AE

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

Shades of London Hue #B776AE

Tints of London Hue #B776AE

Color information

#B776AE (or 0xB776AE) is unknown color: approx London Hue. HEX triplet: B7, 76 and AE. RGB value is (183,118,174). Sum of RGB (Red+Green+Blue) = 183+118+174=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B776AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B776AE is #488951. Grayscale: #8F8F8F. Windows color (decimal): -4753746 or 11433655. OLE color: 11433655.

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

Color convert

RGB183118174-
CMYK00.360.050.28
HSL308.31º31.1%59.02%-
HSV(B)308.31º35.52%71.76%-
XYZ33.6526.0843.3-
YUV143.82145.03155.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 118 (46.48% from 255) = 24.84%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=38.53%
G=24.84%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311817400.360.050.28308.3131.159.02
HexB776AE02451C1341f3b
Octal2671662560445344643773
Binary1011011111101101010111001001001011110010011010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B776AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B776AE; }

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

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

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

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

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

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

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

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