Color Hex Logo

#b59a1d Color Hex

#B59A1D
(181,154,29)
0 Favorites   0 Comments

Color spaces of #b59a1d

RGB 18115429
HSL0.140.720.41
HSV49°84°71°
CMYK 0.000.150.84   0.29
XYZ30.833433.02375.9115
Yxy33.02370.44190.4733
Hunter Lab57.4663-4.792134.1273
CIE-Lab64.1801-2.047862.5102

#b59a1d color RGB value is (181,154,29).

#b59a1d hex color red value is 181, green value is 154 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #b59a1d hue: 0.14 , saturation: 0.72 and the lightness value of b59a1d is 0.41.

The process color (four color CMYK) of #b59a1d color hex is 0.00, 0.15, 0.84, 0.29. Web safe color of #b59a1d is #cc9933. Color #b59a1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011010 00011101
Octal 265 232 35
Decimal 181 154 29
Hex B5 9A 1D

RGB Percentages of Color #b59a1d

%49.73
%42.31
%7.97

CMYK Percentages of Color #b59a1d

%0
%15
%84
%29

Triadic Colors of #b59a1d

#b59a1d #1db59a #9a1db5

Analogous Colors of #b59a1d

#b59a1d #84b51d #b54e1d

Monochromatic Colors of #b59a1d

#b59a1d

Complementary Color

#b59a1d #1d38b5

#b59a1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59a1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59a1d Color CSS Codes

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

#b59a1d Text Font Color

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

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


#b59a1d Background Color

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

This div background color is #b59a1d


#b59a1d Border Color

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

This div border color is #b59a1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59a1d


Comments

No comments written yet.

Please login to write comment.