Html Css Color HEX #B9A3AA Lily

📋 copy color: '#B9A3AA'

red 185 ◦ green 163 ◦ blue 170

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

Shades of Lily #B9A3AA

Tints of Lily #B9A3AA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.47%

 BLUE value IS 170 (66.8% from 255) = 32.82%

R = 35.71%
G = 31.47%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B9A3AA (or 0xB9A3AA) is known color: Lily. HEX triplet: B9, A3 and AA. RGB value is (185,163,170). Sum of RGB (Red+Green+Blue) = 185+163+170=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A3AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A3AA is #465C55. Grayscale: #AAAAAA. Windows color (decimal): -4611158 or 11183033. OLE color: 11183033.

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

Color convert

RGB 185 163 170 -
CMYK 0 0.12 0.08 0.27
HSL 340.91º 0.14% 0.68% -
HSV(B) 340.91º 0.12% 0.73% -
XYZ 40.36 39.41 43.51 -
YUV 170.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 185 163 170 0 0.12 0.08 0.27 340.91 0.14 0.68
Hex B9 A3 AA 0 C 8 1B 155 E 44
Octal 271 243 252 0 14 10 33 525 16 104
Binary 10111001 10100011 10101010 0 1100 1000 11011 101010101 1110 1000100

Color Harmonies of #B9A3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A3AA

Black with #B9A3AA

Text Example


Text Example

White with #B9A3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A3AA; }

 p { color: rgb(185,163,170); }

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

background-color css

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

 a { background-color: rgb(185,163,170); }

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

border-color css

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

 span { border-color: rgb(185,163,170); }

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