Color Hex Logo

#b9a36f Color Hex

#B9A36F
(185,163,111)
0 Favorites   0 Comments

Color spaces of #b9a36f

RGB 185163111
HSL0.120.350.58
HSV42°40°73°
CMYK 0.000.120.40   0.27
XYZ35.974037.656420.4113
Yxy37.65640.38250.4004
Hunter Lab61.3648-2.746123.2342
CIE-Lab67.76660.613429.9617

#b9a36f color RGB value is (185,163,111).

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

The process color (four color CMYK) of #b9a36f color hex is 0.00, 0.12, 0.40, 0.27. Web safe color of #b9a36f is #cc9966. Color #b9a36f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10100011 01101111
Octal 271 243 157
Decimal 185 163 111
Hex B9 A3 6F

RGB Percentages of Color #b9a36f

%40.31
%35.51
%24.18

CMYK Percentages of Color #b9a36f

%0
%12
%40
%27

Triadic Colors of #b9a36f

#b9a36f #6fb9a3 #a36fb9

Analogous Colors of #b9a36f

#b9a36f #aab96f #b97e6f

Monochromatic Colors of #b9a36f

#b9a36f

Complementary Color

#b9a36f #6f85b9

#b9a36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9a36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9a36f Color CSS Codes

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

#b9a36f Text Font Color

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

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


#b9a36f Background Color

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

This div background color is #b9a36f


#b9a36f Border Color

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

This div border color is #b9a36f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9a36f


Comments

No comments written yet.

Please login to write comment.