#B9A0AF

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

Shades of Lily #B9A0AF

Tints of Lily #B9A0AF

Color information

#B9A0AF (or 0xB9A0AF) is unknown color: approx Lily. HEX triplet: B9, A0 and AF. RGB value is (185,160,175). Sum of RGB (Red+Green+Blue) = 185+160+175=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A0AF is #465F50. Grayscale: #A9A9A9. Windows color (decimal): -4611921 or 11509945. OLE color: 11509945.

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

Color convert

RGB185160175-
CMYK00.140.050.27
HSL324º15.15%67.65%-
HSV(B)324º13.51%72.55%-
XYZ40.3238.5545.87-
YUV169.18131.28139.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 160 (62.89% from 255) = 30.77%
BLUE value IS 175 (68.75% from 255) = 33.65%
R=35.58%
G=30.77%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516017500.140.050.2732415.1567.65
HexB9A0AF0E51B144f44
Octal27124025701653350417104
Binary101110011010000010101111011101011101110100010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A0AF; }

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

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

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

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

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

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

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

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