Color Hex Logo

#b9b54e Color Hex

#B9B54E
(185,181,78)
0 Favorites   0 Comments

Color spaces of #b9b54e

RGB 18518178
HSL0.160.430.52
HSV58°58°73°
CMYK 0.000.020.58   0.27
XYZ37.906643.912113.6857
Yxy43.91210.39690.4598
Hunter Lab66.2662-13.857634.1414
CIE-Lab72.1697-12.001451.8326

#b9b54e color RGB value is (185,181,78).

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

The process color (four color CMYK) of #b9b54e color hex is 0.00, 0.02, 0.58, 0.27. Web safe color of #b9b54e is #cccc66. Color #b9b54e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10110101 01001110
Octal 271 265 116
Decimal 185 181 78
Hex B9 B5 4E

RGB Percentages of Color #b9b54e

%41.67
%40.77
%17.57

CMYK Percentages of Color #b9b54e

%0
%2
%58
%27

Triadic Colors of #b9b54e

#b9b54e #4eb9b5 #b54eb9

Analogous Colors of #b9b54e

#b9b54e #88b94e #b9804e

Monochromatic Colors of #b9b54e

#b9b54e

Complementary Color

#b9b54e #4e52b9

#b9b54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9b54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9b54e Color CSS Codes

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

#b9b54e Text Font Color

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

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


#b9b54e Background Color

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

This div background color is #b9b54e


#b9b54e Border Color

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

This div border color is #b9b54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9b54e


Comments

No comments written yet.

Please login to write comment.