Color Hex Logo

#bfb97a Color Hex

#BFB97A
(191,185,122)
0 Favorites   0 Comments

Color spaces of #bfb97a

RGB 191185122
HSL0.150.350.61
HSV55°36°75°
CMYK 0.000.030.36   0.25
XYZ42.347747.179425.2869
Yxy47.17940.36880.4109
Hunter Lab68.6873-10.152326.2537
CIE-Lab74.3044-7.356932.7623

#bfb97a color RGB value is (191,185,122).

#bfb97a hex color red value is 191, green value is 185 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bfb97a hue: 0.15 , saturation: 0.35 and the lightness value of bfb97a is 0.61.

The process color (four color CMYK) of #bfb97a color hex is 0.00, 0.03, 0.36, 0.25. Web safe color of #bfb97a is #cccc66. Color #bfb97a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111001 01111010
Octal 277 271 172
Decimal 191 185 122
Hex BF B9 7A

RGB Percentages of Color #bfb97a

%38.35
%37.15
%24.50

CMYK Percentages of Color #bfb97a

%0
%3
%36
%25

Triadic Colors of #bfb97a

#bfb97a #7abfb9 #b97abf

Analogous Colors of #bfb97a

#bfb97a #a3bf7a #bf977a

Monochromatic Colors of #bfb97a

#bfb97a

Complementary Color

#bfb97a #7a80bf

#bfb97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb97a Color CSS Codes

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

#bfb97a Text Font Color

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

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


#bfb97a Background Color

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

This div background color is #bfb97a


#bfb97a Border Color

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

This div border color is #bfb97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb97a


Comments

No comments written yet.

Please login to write comment.