#B49AAE

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

Shades of London Hue #B49AAE

Tints of London Hue #B49AAE

Color information

#B49AAE (or 0xB49AAE) is unknown color: approx London Hue. HEX triplet: B4, 9A and AE. RGB value is (180,154,174). Sum of RGB (Red+Green+Blue) = 180+154+174=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 180 - color contains mainly: red. Hex color #B49AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49AAE is #4B6551. Grayscale: #A4A4A4. Windows color (decimal): -4941138 or 11442868. OLE color: 11442868.

HSL color Cylindrical-coordinate representation of color #B49AAE: hue angle of 313.85º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B49AAE is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB180154174-
CMYK00.140.030.29
HSL313.85º14.77%65.49%-
HSV(B)313.85º14.44%70.59%-
XYZ38.0235.8744.96-
YUV164.05133.61139.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 174 (68.36% from 255) = 34.25%
R=35.43%
G=30.31%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015417400.140.030.29313.8514.7765.49
HexB49AAE0E31D13af41
Octal26423225601633547217101
Binary10110100100110101010111001110111110110011101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49AAE; }

 p { color: rgb(180,154,174); }

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

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

 a { background-color: rgb(180,154,174); }

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

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

 span { border-color: rgb(180,154,174); }

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