#B49BAD

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

Shades of London Hue #B49BAD

Tints of London Hue #B49BAD

Color information

#B49BAD (or 0xB49BAD) is unknown color: approx London Hue. HEX triplet: B4, 9B and AD. RGB value is (180,155,173). Sum of RGB (Red+Green+Blue) = 180+155+173=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 180 - color contains mainly: red. Hex color #B49BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49BAD is #4B6452. Grayscale: #A4A4A4. Windows color (decimal): -4940883 or 11377588. OLE color: 11377588.

HSL color Cylindrical-coordinate representation of color #B49BAD: hue angle of 316.8º 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 #B49BAD is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB180155173-
CMYK00.140.040.29
HSL316.8º14.29%65.69%-
HSV(B)316.8º13.89%70.59%-
XYZ38.0936.1644.51-
YUV164.53132.78139.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 155 (60.94% from 255) = 30.51%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=35.43%
G=30.51%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015517300.140.040.29316.814.2965.69
HexB49BAD0E41D13de42
Octal26423325501643547516102
Binary101101001001101110101101011101001110110011110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49BAD; }

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

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

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

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

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

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

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

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