Html Css Color HEX #B9A0AF Lily

📋 copy color: '#B9A0AF'

red 185 ◦ green 160 ◦ blue 175

#B9A0AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #B9A0AF

Tints of Lily #B9A0AF

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 value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B9A0AF (or 0xB9A0AF) is known color: 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

RGB 185 160 175 -
CMYK 0 0.14 0.05 0.27
HSL 324º 0.15% 0.68% -
HSV(B) 324º 0.14% 0.73% -
XYZ 40.32 38.55 45.87 -
YUV 169.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 185 160 175 0 0.14 0.05 0.27 324 0.15 0.68
Hex B9 A0 AF 0 E 5 1B 144 F 44
Octal 271 240 257 0 16 5 33 504 17 104
Binary 10111001 10100000 10101111 0 1110 101 11011 101000100 1111 1000100

Color Harmonies of #B9A0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A0AF

Black with #B9A0AF

Text Example


Text Example

White with #B9A0AF

Text Example


Text Example

HTML Codes & Css Web 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>