#B9A3AA

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

Shades of Lily #B9A3AA

Tints of Lily #B9A3AA

Color information

#B9A3AA (or 0xB9A3AA) is unknown color: approx Lily. HEX triplet: B9, A3 and AA. RGB value is (185,163,170). Sum of RGB (Red+Green+Blue) = 185+163+170=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A3AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A3AA is #465C55. Grayscale: #AAAAAA. Windows color (decimal): -4611158 or 11183033. OLE color: 11183033.

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

Color convert

RGB185163170-
CMYK00.120.080.27
HSL340.91º13.58%68.24%-
HSV(B)340.91º11.89%72.55%-
XYZ40.3639.4143.51-
YUV170.38127.79138.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.71%
GREEN value IS 163 (64.06% from 255) = 31.47%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=35.71%
G=31.47%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516317000.120.080.27340.9113.5868.24
HexB9A3AA0C81B155e44
Octal271243252014103352516104
Binary1011100110100011101010100110010001101110101010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A3AA; }

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

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

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

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

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

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

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

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