#B49BAB

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

Shades of Lily #B49BAB

Tints of Lily #B49BAB

Color information

#B49BAB (or 0xB49BAB) is unknown color: approx Lily. HEX triplet: B4, 9B and AB. RGB value is (180,155,171). Sum of RGB (Red+Green+Blue) = 180+155+171=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 180 - color contains mainly: red. Hex color #B49BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49BAB is #4B6454. Grayscale: #A4A4A4. Windows color (decimal): -4940885 or 11246516. OLE color: 11246516.

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

Color convert

RGB180155171-
CMYK00.140.050.29
HSL321.6º14.29%65.69%-
HSV(B)321.6º13.89%70.59%-
XYZ37.8936.0943.5-
YUV164.3131.78139.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.57%
GREEN value IS 155 (60.94% from 255) = 30.63%
BLUE value IS 171 (67.19% from 255) = 33.79%
R=35.57%
G=30.63%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015517100.140.050.29321.614.2965.69
HexB49BAB0E51D142e42
Octal26423325301653550216102
Binary101101001001101110101011011101011110110100001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49BAB; }

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

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

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

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

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

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

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

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