#B49BAF

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

Shades of London Hue #B49BAF

Tints of London Hue #B49BAF

Color information

#B49BAF (or 0xB49BAF) is unknown color: approx London Hue. HEX triplet: B4, 9B and AF. RGB value is (180,155,175). Sum of RGB (Red+Green+Blue) = 180+155+175=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 180 - color contains mainly: red. Hex color #B49BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49BAF is #4B6450. Grayscale: #A4A4A4. Windows color (decimal): -4940881 or 11508660. OLE color: 11508660.

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

Color convert

RGB180155175-
CMYK00.140.030.29
HSL312º14.29%65.69%-
HSV(B)312º13.89%70.59%-
XYZ38.2836.2445.54-
YUV164.76133.78138.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 155 (60.94% from 255) = 30.39%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=35.29%
G=30.39%
B=34.31%

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
Decimal18015517500.140.030.2931214.2965.69
HexB49BAF0E31D138e42
Octal26423325701633547016102
Binary10110100100110111010111101110111110110011100011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49BAF; }

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

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

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

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

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

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

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

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