Color Hex Logo

#b19e0a Color Hex

#B19E0A
(177,158,10)
0 Favorites   0 Comments

Color spaces of #b19e0a

RGB 17715810
HSL0.150.890.37
HSV53°94°69°
CMYK 0.000.110.94   0.31
XYZ30.413133.82275.2127
Yxy33.82270.43790.4870
Hunter Lab58.1573-8.429535.3959
CIE-Lab64.8216-6.381066.7262

#b19e0a color RGB value is (177,158,10).

#b19e0a hex color red value is 177, green value is 158 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #b19e0a hue: 0.15 , saturation: 0.89 and the lightness value of b19e0a is 0.37.

The process color (four color CMYK) of #b19e0a color hex is 0.00, 0.11, 0.94, 0.31. Web safe color of #b19e0a is #999900. Color #b19e0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011110 00001010
Octal 261 236 12
Decimal 177 158 10
Hex B1 9E A

RGB Percentages of Color #b19e0a

%51.30
%45.80
%2.90

CMYK Percentages of Color #b19e0a

%0
%11
%94
%31

Triadic Colors of #b19e0a

#b19e0a #0ab19e #9e0ab1

Analogous Colors of #b19e0a

#b19e0a #71b10a #b14a0a

Monochromatic Colors of #b19e0a

#b19e0a

Complementary Color

#b19e0a #0a1db1

#b19e0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19e0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19e0a Color CSS Codes

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

#b19e0a Text Font Color

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

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


#b19e0a Background Color

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

This div background color is #b19e0a


#b19e0a Border Color

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

This div border color is #b19e0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19e0a


Comments

No comments written yet.

Please login to write comment.