#B49AA6

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

Shades of Lily #B49AA6

Tints of Lily #B49AA6

Color information

#B49AA6 (or 0xB49AA6) is unknown color: approx Lily. HEX triplet: B4, 9A and A6. RGB value is (180,154,166). Sum of RGB (Red+Green+Blue) = 180+154+166=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B49AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49AA6 is #4B6559. Grayscale: #A3A3A3. Windows color (decimal): -4941146 or 10918580. OLE color: 10918580.

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

Color convert

RGB180154166-
CMYK00.140.080.29
HSL332.31º14.77%65.49%-
HSV(B)332.31º14.44%70.59%-
XYZ37.2635.5740.98-
YUV163.14129.61140.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36%
GREEN value IS 154 (60.55% from 255) = 30.8%
BLUE value IS 166 (65.23% from 255) = 33.2%
R=36%
G=30.8%
B=33.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015416600.140.080.29332.3114.7765.49
HexB49AA60E81D14cf41
Octal264232246016103551417101
Binary1011010010011010101001100111010001110110100110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49AA6; }

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

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

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

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

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

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

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

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