#B49EAF

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

Shades of London Hue #B49EAF

Tints of London Hue #B49EAF

Color information

#B49EAF (or 0xB49EAF) is unknown color: approx London Hue. HEX triplet: B4, 9E and AF. RGB value is (180,158,175). Sum of RGB (Red+Green+Blue) = 180+158+175=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 180 - color contains mainly: red. Hex color #B49EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49EAF is #4B6150. Grayscale: #A6A6A6. Windows color (decimal): -4940113 or 11509428. OLE color: 11509428.

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

Color convert

RGB180158175-
CMYK00.120.030.29
HSL313.64º12.79%66.27%-
HSV(B)313.64º12.22%70.59%-
XYZ38.7937.2545.7-
YUV166.52132.79137.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=35.09%
G=30.80%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015817500.120.030.29313.6412.7966.27
HexB49EAF0C31D13ad42
Octal26423625701433547215102
Binary10110100100111101010111101100111110110011101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49EAF; }

 p { color: rgb(180,158,175); }

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

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

 a { background-color: rgb(180,158,175); }

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

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

 span { border-color: rgb(180,158,175); }

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