Color Hex Logo

#bfb9aa Color Hex

#BFB9AA
(191,185,170)
0 Favorites   0 Comments

Color spaces of #bfb9aa

RGB 191185170
HSL0.120.140.71
HSV43°11°75°
CMYK 0.000.030.11   0.25
XYZ46.090548.676644.9965
Yxy48.67660.32980.3483
Hunter Lab69.7686-4.174510.5996
CIE-Lab75.2497-0.49708.3557

#bfb9aa color RGB value is (191,185,170).

#bfb9aa hex color red value is 191, green value is 185 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bfb9aa hue: 0.12 , saturation: 0.14 and the lightness value of bfb9aa is 0.71.

The process color (four color CMYK) of #bfb9aa color hex is 0.00, 0.03, 0.11, 0.25. Web safe color of #bfb9aa is #cccc99. Color #bfb9aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111001 10101010
Octal 277 271 252
Decimal 191 185 170
Hex BF B9 AA

RGB Percentages of Color #bfb9aa

%34.98
%33.88
%31.14

CMYK Percentages of Color #bfb9aa

%0
%3
%11
%25

Triadic Colors of #bfb9aa

#bfb9aa #aabfb9 #b9aabf

Analogous Colors of #bfb9aa

#bfb9aa #bbbfaa #bfafaa

Monochromatic Colors of #bfb9aa

#bfb9aa

Complementary Color

#bfb9aa #aab0bf

#bfb9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb9aa Color CSS Codes

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

#bfb9aa Text Font Color

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

This sample text font color is #bfb9aa
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.


#bfb9aa Background Color

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

This div background color is #bfb9aa


#bfb9aa Border Color

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

This div border color is #bfb9aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,185,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 #bfb9aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb9aa


Comments

No comments written yet.

Please login to write comment.