Html Css Color HEX #B9A4AF Lily

📋 copy color: '#B9A4AF'

red 185 ◦ green 164 ◦ blue 175

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

Shades of Lily #B9A4AF

Tints of Lily #B9A4AF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.3%

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

R = 35.31%
G = 31.3%
B = 33.4%

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

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

RGB 185 164 175 -
CMYK 0 0.11 0.05 0.27
HSL 328.57º 0.13% 0.68% -
HSV(B) 328.57º 0.11% 0.73% -
XYZ 41.02 39.96 46.11 -
YUV 171.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 185 164 175 0 0.11 0.05 0.27 328.57 0.13 0.68
Hex B9 A4 AF 0 B 5 1B 149 D 44
Octal 271 244 257 0 13 5 33 511 15 104
Binary 10111001 10100100 10101111 0 1011 101 11011 101001001 1101 1000100

Color Harmonies of #B9A4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A4AF

Black with #B9A4AF

Text Example


Text Example

White with #B9A4AF

Text Example


Text Example

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