Color Hex Logo

#b9a76e Color Hex

#B9A76E
(185,167,110)
0 Favorites   0 Comments

Color spaces of #b9a76e

RGB 185167110
HSL0.130.350.58
HSV46°41°73°
CMYK 0.000.100.41   0.27
XYZ36.640839.077520.3634
Yxy39.07750.38140.4067
Hunter Lab62.5120-4.770024.4446
CIE-Lab68.8074-1.651731.8457

#b9a76e color RGB value is (185,167,110).

#b9a76e hex color red value is 185, green value is 167 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b9a76e hue: 0.13 , saturation: 0.35 and the lightness value of b9a76e is 0.58.

The process color (four color CMYK) of #b9a76e color hex is 0.00, 0.10, 0.41, 0.27. Web safe color of #b9a76e is #cc9966. Color #b9a76e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10100111 01101110
Octal 271 247 156
Decimal 185 167 110
Hex B9 A7 6E

RGB Percentages of Color #b9a76e

%40.04
%36.15
%23.81

CMYK Percentages of Color #b9a76e

%0
%10
%41
%27

Triadic Colors of #b9a76e

#b9a76e #6eb9a7 #a76eb9

Analogous Colors of #b9a76e

#b9a76e #a6b96e #b9826e

Monochromatic Colors of #b9a76e

#b9a76e

Complementary Color

#b9a76e #6e80b9

#b9a76e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9a76e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9a76e Color CSS Codes

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

#b9a76e Text Font Color

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

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


#b9a76e Background Color

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

This div background color is #b9a76e


#b9a76e Border Color

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

This div border color is #b9a76e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9a76e


Comments

No comments written yet.

Please login to write comment.