#B077A9

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

Shades of London Hue #B077A9

Tints of London Hue #B077A9

Color information

#B077A9 (or 0xB077A9) is unknown color: approx London Hue. HEX triplet: B0, 77 and A9. RGB value is (176,119,169). Sum of RGB (Red+Green+Blue) = 176+119+169=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B077A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B077A9 is #4F8856. Grayscale: #8D8D8D. Windows color (decimal): -5212247 or 11106224. OLE color: 11106224.

HSL color Cylindrical-coordinate representation of color #B077A9: hue angle of 307.37º 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 #B077A9 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB176119169-
CMYK00.320.040.31
HSL307.37º26.51%57.84%-
HSV(B)307.37º32.39%69.02%-
XYZ31.6625.2940.75-
YUV141.74143.38152.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 119 (46.88% from 255) = 25.65%
BLUE value IS 169 (66.41% from 255) = 36.42%
R=37.93%
G=25.65%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611916900.320.040.31307.3726.5157.84
HexB077A902041F1331b3a
Octal2601672510404374633372
Binary1011000011101111010100101000001001111110011001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B077A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B077A9; }

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

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

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

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

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

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

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

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