Color Hex Logo

#b1a929 Color Hex

#B1A929
(177,169,41)
0 Favorites   0 Comments

Color spaces of #b1a929

RGB 17716941
HSL0.160.620.43
HSV56°77°69°
CMYK 0.000.050.77   0.31
XYZ32.719737.88317.6855
Yxy37.88310.41790.4839
Hunter Lab61.5492-12.820235.6811
CIE-Lab67.9344-11.362262.0598

#b1a929 color RGB value is (177,169,41).

#b1a929 hex color red value is 177, green value is 169 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #b1a929 hue: 0.16 , saturation: 0.62 and the lightness value of b1a929 is 0.43.

The process color (four color CMYK) of #b1a929 color hex is 0.00, 0.05, 0.77, 0.31. Web safe color of #b1a929 is #999933. Color #b1a929 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101001 00101001
Octal 261 251 51
Decimal 177 169 41
Hex B1 A9 29

RGB Percentages of Color #b1a929

%45.74
%43.67
%10.59

CMYK Percentages of Color #b1a929

%0
%5
%77
%31

Triadic Colors of #b1a929

#b1a929 #29b1a9 #a929b1

Analogous Colors of #b1a929

#b1a929 #75b129 #b16529

Monochromatic Colors of #b1a929

#b1a929

Complementary Color

#b1a929 #2931b1

#b1a929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1a929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1a929 Color CSS Codes

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

#b1a929 Text Font Color

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

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


#b1a929 Background Color

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

This div background color is #b1a929


#b1a929 Border Color

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

This div border color is #b1a929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1a929


Comments

No comments written yet.

Please login to write comment.