#B077AA

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

Shades of London Hue #B077AA

Tints of London Hue #B077AA

Color information

#B077AA (or 0xB077AA) is unknown color: approx London Hue. HEX triplet: B0, 77 and AA. RGB value is (176,119,170). Sum of RGB (Red+Green+Blue) = 176+119+170=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B077AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B077AA is #4F8855. Grayscale: #8D8D8D. Windows color (decimal): -5212246 or 11171760. OLE color: 11171760.

HSL color Cylindrical-coordinate representation of color #B077AA: hue angle of 306.32º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B077AA is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB176119170-
CMYK00.320.030.31
HSL306.32º26.51%57.84%-
HSV(B)306.32º32.39%69.02%-
XYZ31.7625.3341.24-
YUV141.86143.88152.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 119 (46.88% from 255) = 25.59%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=37.85%
G=25.59%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611917000.320.030.31306.3226.5157.84
HexB077AA02031F1321b3a
Octal2601672520403374623372
Binary101100001110111101010100100000111111110011001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B077AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B077AA; }

 p { color: rgb(176,119,170); }

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

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

 a { background-color: rgb(176,119,170); }

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

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

 span { border-color: rgb(176,119,170); }

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