Color Hex Logo

#b19129 Color Hex

#B19129
(177,145,41)
0 Favorites   0 Comments

Color spaces of #b19129

RGB 17714541
HSL0.130.620.43
HSV46°77°69°
CMYK 0.000.180.77   0.31
XYZ28.657129.75806.3313
Yxy29.75800.44260.4596
Hunter Lab54.5509-1.693131.3043
CIE-Lab61.44491.461156.0424

#b19129 color RGB value is (177,145,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010001 00101001
Octal 261 221 51
Decimal 177 145 41
Hex B1 91 29

RGB Percentages of Color #b19129

%48.76
%39.94
%11.29

CMYK Percentages of Color #b19129

%0
%18
%77
%31

Triadic Colors of #b19129

#b19129 #29b191 #9129b1

Analogous Colors of #b19129

#b19129 #8db129 #b14d29

Monochromatic Colors of #b19129

#b19129

Complementary Color

#b19129 #2949b1

#b19129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19129 Color CSS Codes

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

#b19129 Text Font Color

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

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


#b19129 Background Color

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

This div background color is #b19129


#b19129 Border Color

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

This div border color is #b19129


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,145,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 #b19129">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19129


Comments

No comments written yet.

Please login to write comment.