#B9A3AD

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

Shades of Lily #B9A3AD

Tints of Lily #B9A3AD

Color information

#B9A3AD (or 0xB9A3AD) is unknown color: approx Lily. HEX triplet: B9, A3 and AD. RGB value is (185,163,173). Sum of RGB (Red+Green+Blue) = 185+163+173=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A3AD is #465C52. Grayscale: #AAAAAA. Windows color (decimal): -4611155 or 11379641. OLE color: 11379641.

HSL color Cylindrical-coordinate representation of color #B9A3AD: hue angle of 332.73º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9A3AD is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185163173-
CMYK00.120.060.27
HSL332.73º13.58%68.24%-
HSV(B)332.73º11.89%72.55%-
XYZ40.6539.5345.02-
YUV170.72129.29138.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 163 (64.06% from 255) = 31.29%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=35.51%
G=31.29%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516317300.120.060.27332.7313.5868.24
HexB9A3AD0C61B14de44
Octal27124325501463351516104
Binary101110011010001110101101011001101101110100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A3AD; }

 p { color: rgb(185,163,173); }

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

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

 a { background-color: rgb(185,163,173); }

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

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

 span { border-color: rgb(185,163,173); }

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