#B9A4AF

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

Shades of Lily #B9A4AF

Tints of Lily #B9A4AF

Color information

#B9A4AF (or 0xB9A4AF) is unknown color: approx Lily. HEX triplet: B9, A4 and AF. RGB value is (185,164,175). Sum of RGB (Red+Green+Blue) = 185+164+175=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A4AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A4AF is #465B50. Grayscale: #ABABAB. Windows color (decimal): -4610897 or 11510969. OLE color: 11510969.

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

Color convert

RGB185164175-
CMYK00.110.050.27
HSL328.57º13.04%68.43%-
HSV(B)328.57º11.35%72.55%-
XYZ41.0239.9646.11-
YUV171.53129.96137.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.31%
GREEN value IS 164 (64.45% from 255) = 31.30%
BLUE value IS 175 (68.75% from 255) = 33.40%
R=35.31%
G=31.30%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516417500.110.050.27328.5713.0468.43
HexB9A4AF0B51B149d44
Octal27124425701353351115104
Binary101110011010010010101111010111011101110100100111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A4AF; }

 p { color: rgb(185,164,175); }

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

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

 a { background-color: rgb(185,164,175); }

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

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

 span { border-color: rgb(185,164,175); }

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