#B49BB1

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

Shades of London Hue #B49BB1

Tints of London Hue #B49BB1

Color information

#B49BB1 (or 0xB49BB1) is unknown color: approx London Hue. HEX triplet: B4, 9B and B1. RGB value is (180,155,177). Sum of RGB (Red+Green+Blue) = 180+155+177=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 180 - color contains mainly: red. Hex color #B49BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49BB1 is #4B644E. Grayscale: #A4A4A4. Windows color (decimal): -4940879 or 11639732. OLE color: 11639732.

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

Color convert

RGB180155177-
CMYK00.140.020.29
HSL307.2º14.29%65.69%-
HSV(B)307.2º13.89%70.59%-
XYZ38.4836.3246.58-
YUV164.98134.78138.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.16%
GREEN value IS 155 (60.94% from 255) = 30.27%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=35.16%
G=30.27%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015517700.140.020.29307.214.2965.69
HexB49BB10E21D133e42
Octal26423326101623546316102
Binary10110100100110111011000101110101110110011001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49BB1; }

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

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

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

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

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

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

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

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