#B076AE

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

Shades of London Hue #B076AE

Tints of London Hue #B076AE

Color information

#B076AE (or 0xB076AE) is unknown color: approx London Hue. HEX triplet: B0, 76 and AE. RGB value is (176,118,174). Sum of RGB (Red+Green+Blue) = 176+118+174=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B076AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B076AE is #4F8951. Grayscale: #8D8D8D. Windows color (decimal): -5212498 or 11433648. OLE color: 11433648.

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

Color convert

RGB176118174-
CMYK00.330.010.31
HSL302.07º26.85%57.65%-
HSV(B)302.07º32.95%69.02%-
XYZ32.0225.2443.23-
YUV141.73146.22152.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 118 (46.48% from 255) = 25.21%
BLUE value IS 174 (68.36% from 255) = 37.18%
R=37.61%
G=25.21%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611817400.330.010.31302.0726.8557.65
HexB076AE02111F12e1b3a
Octal2601662560411374563372
Binary10110000111011010101110010000111111110010111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B076AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B076AE; }

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

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

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

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

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

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

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

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