Color Hex Logo

#b5a916 Color Hex

#B5A916
(181,169,22)
0 Favorites   0 Comments

Color spaces of #b5a916

RGB 18116922
HSL0.150.780.40
HSV55°88°71°
CMYK 0.000.070.88   0.29
XYZ33.388838.25766.3837
Yxy38.25760.42790.4903
Hunter Lab61.8527-11.886037.1777
CIE-Lab68.2100-10.177967.4934

#b5a916 color RGB value is (181,169,22).

#b5a916 hex color red value is 181, green value is 169 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #b5a916 hue: 0.15 , saturation: 0.78 and the lightness value of b5a916 is 0.40.

The process color (four color CMYK) of #b5a916 color hex is 0.00, 0.07, 0.88, 0.29. Web safe color of #b5a916 is #cc9900. Color #b5a916 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101001 00010110
Octal 265 251 26
Decimal 181 169 22
Hex B5 A9 16

RGB Percentages of Color #b5a916

%48.66
%45.43
%5.91

CMYK Percentages of Color #b5a916

%0
%7
%88
%29

Triadic Colors of #b5a916

#b5a916 #16b5a9 #a916b5

Analogous Colors of #b5a916

#b5a916 #72b516 #b55a16

Monochromatic Colors of #b5a916

#b5a916

Complementary Color

#b5a916 #1622b5

#b5a916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a916 Color CSS Codes

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

#b5a916 Text Font Color

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

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


#b5a916 Background Color

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

This div background color is #b5a916


#b5a916 Border Color

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

This div border color is #b5a916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a916


Comments

No comments written yet.

Please login to write comment.