#B077AB

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

Shades of London Hue #B077AB

Tints of London Hue #B077AB

Color information

#B077AB (or 0xB077AB) is unknown color: approx London Hue. HEX triplet: B0, 77 and AB. RGB value is (176,119,171). Sum of RGB (Red+Green+Blue) = 176+119+171=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B077AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B077AB is #4F8854. Grayscale: #8D8D8D. Windows color (decimal): -5212245 or 11237296. OLE color: 11237296.

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

Color convert

RGB176119171-
CMYK00.320.030.31
HSL305.26º26.51%57.84%-
HSV(B)305.26º32.39%69.02%-
XYZ31.8525.3641.75-
YUV141.97144.38152.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 119 (46.88% from 255) = 25.54%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=37.77%
G=25.54%
B=36.70%

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
Decimal17611917100.320.030.31305.2626.5157.84
HexB077AB02031F1311b3a
Octal2601672530403374613372
Binary101100001110111101010110100000111111110011000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B077AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B077AB; }

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

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

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

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

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

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

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

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