Color Hex Logo

#b9a94f Color Hex

#B9A94F
(185,169,79)
0 Favorites   0 Comments

Color spaces of #b9a94f

RGB 18516979
HSL0.140.430.52
HSV51°57°73°
CMYK 0.000.090.57   0.27
XYZ35.606839.254713.0974
Yxy39.25470.40480.4463
Hunter Lab62.6536-8.200031.4632
CIE-Lab68.9354-5.659147.7127

#b9a94f color RGB value is (185,169,79).

#b9a94f hex color red value is 185, green value is 169 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #b9a94f hue: 0.14 , saturation: 0.43 and the lightness value of b9a94f is 0.52.

The process color (four color CMYK) of #b9a94f color hex is 0.00, 0.09, 0.57, 0.27. Web safe color of #b9a94f is #cc9966. Color #b9a94f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101001 01001111
Octal 271 251 117
Decimal 185 169 79
Hex B9 A9 4F

RGB Percentages of Color #b9a94f

%42.73
%39.03
%18.24

CMYK Percentages of Color #b9a94f

%0
%9
%57
%27

Triadic Colors of #b9a94f

#b9a94f #4fb9a9 #a94fb9

Analogous Colors of #b9a94f

#b9a94f #94b94f #b9744f

Monochromatic Colors of #b9a94f

#b9a94f

Complementary Color

#b9a94f #4f5fb9

#b9a94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9a94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9a94f Color CSS Codes

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

#b9a94f Text Font Color

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

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


#b9a94f Background Color

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

This div background color is #b9a94f


#b9a94f Border Color

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

This div border color is #b9a94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9a94f


Comments

No comments written yet.

Please login to write comment.