#B076AA

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

Shades of London Hue #B076AA

Tints of London Hue #B076AA

Color information

#B076AA (or 0xB076AA) is unknown color: approx London Hue. HEX triplet: B0, 76 and AA. RGB value is (176,118,170). Sum of RGB (Red+Green+Blue) = 176+118+170=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B076AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B076AA is #4F8955. Grayscale: #8D8D8D. Windows color (decimal): -5212502 or 11171504. OLE color: 11171504.

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

Color convert

RGB176118170-
CMYK00.330.030.31
HSL306.21º26.85%57.65%-
HSV(B)306.21º32.95%69.02%-
XYZ31.6425.0941.21-
YUV141.27144.22152.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 118 (46.48% from 255) = 25.43%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=37.93%
G=25.43%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611817000.330.030.31306.2126.8557.65
HexB076AA02131F1321b3a
Octal2601662520413374623372
Binary101100001110110101010100100001111111110011001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B076AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B076AA; }

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

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

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

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

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

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

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

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