Color Hex Logo

#b9a1aa Color Hex

#B9A1AA
(185,161,170)
0 Favorites   0 Comments

Color spaces of #b9a1aa

RGB 185161170
HSL0.940.150.68
HSV338°13°73°
CMYK 0.000.130.08   0.27
XYZ40.008238.706343.3926
Yxy38.70630.32760.3170
Hunter Lab62.21445.91282.1971
CIE-Lab68.538010.3321-1.4248

#b9a1aa color RGB value is (185,161,170).

#b9a1aa hex color red value is 185, green value is 161 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b9a1aa hue: 0.94 , saturation: 0.15 and the lightness value of b9a1aa is 0.68.

The process color (four color CMYK) of #b9a1aa color hex is 0.00, 0.13, 0.08, 0.27. Web safe color of #b9a1aa is #cc9999. Color #b9a1aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10100001 10101010
Octal 271 241 252
Decimal 185 161 170
Hex B9 A1 AA

RGB Percentages of Color #b9a1aa

%35.85
%31.20
%32.95

CMYK Percentages of Color #b9a1aa

%0
%13
%8
%27

Triadic Colors of #b9a1aa

#b9a1aa #aab9a1 #a1aab9

Analogous Colors of #b9a1aa

#b9a1aa #b9a4a1 #b9a1b6

Monochromatic Colors of #b9a1aa

#b9a1aa

Complementary Color

#b9a1aa #a1b9b0

#b9a1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9a1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9a1aa Color CSS Codes

.mybgcolor {background-color:#b9a1aa; } 
.myforecolor {color:#b9a1aa; }
.mybordercolor {border:3px solid #b9a1aa; }

#b9a1aa Text Font Color

<p style="color:#b9a1aa">Text here</p>

This sample text font color is #b9a1aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b9a1aa Background Color

<div style="background-color:#b9a1aa">
Div content here</div>

This div background color is #b9a1aa


#b9a1aa Border Color

<div style="border:3px solid #b9a1aa">
Div here</div>

This div border color is #b9a1aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,161,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9a1aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9a1aa;
  -webkit-box-shadow: 1px 1px 3px 2px #b9a1aa;
  box-shadow:         1px 1px 3px 2px #b9a1aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,161,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b9a1aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b9a1aa;
  -webkit-box-shadow: 1px 1px 3px 2px #b9a1aa;
  box-shadow:         1px 1px 3px 2px #b9a1aa;">
Div content here</div>

This div box has shadow with color #b9a1aa


Comments

No comments written yet.

Please login to write comment.