Html Css Color HEX #B9A5AF Lily

📋 copy color: '#B9A5AF'

red 185 ◦ green 165 ◦ blue 175

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

Shades of Lily #B9A5AF

Tints of Lily #B9A5AF

RGB

 RED value IS 185 (72.66% from 255) = 35.24%

 GREEN value IS 165 (64.84% from 255) = 31.43%

 BLUE value IS 175 (68.75% from 255) = 33.33%

R = 35.24%
G = 31.43%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B9A5AF (or 0xB9A5AF) is known color: Lily. HEX triplet: B9, A5 and AF. RGB value is (185,165,175). Sum of RGB (Red+Green+Blue) = 185+165+175=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A5AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A5AF is #465A50. Grayscale: #ACACAC. Windows color (decimal): -4610641 or 11511225. OLE color: 11511225.

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

Color convert

RGB 185 165 175 -
CMYK 0 0.11 0.05 0.27
HSL 330º 0.13% 0.69% -
HSV(B) 330º 0.11% 0.73% -
XYZ 41.2 40.32 46.17 -
YUV 172.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 185 165 175 0 0.11 0.05 0.27 330 0.13 0.69
Hex B9 A5 AF 0 B 5 1B 14A C 45
Octal 271 245 257 0 13 5 33 512 14 105
Binary 10111001 10100101 10101111 0 1011 101 11011 101001010 1100 1000101

Color Harmonies of #B9A5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A5AF

Black with #B9A5AF

Text Example


Text Example

White with #B9A5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A5AF; }

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

 H1.HeaderClassName
 {
   color: #B9A5AF;
 }
 .AnyTagClassName
 {
   color: #B9A5AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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