Color Hex Logo

#b59d3f Color Hex

#B59D3F
(181,157,63)
0 Favorites   0 Comments

Color spaces of #b59d3f

RGB 18115763
HSL0.130.480.48
HSV48°65°71°
CMYK 0.000.130.65   0.29
XYZ32.010234.29669.6354
Yxy34.29660.42150.4516
Hunter Lab58.5633-4.919231.2393
CIE-Lab65.1973-2.116050.8703

#b59d3f color RGB value is (181,157,63).

#b59d3f hex color red value is 181, green value is 157 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b59d3f hue: 0.13 , saturation: 0.48 and the lightness value of b59d3f is 0.48.

The process color (four color CMYK) of #b59d3f color hex is 0.00, 0.13, 0.65, 0.29. Web safe color of #b59d3f is #cc9933. Color #b59d3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011101 00111111
Octal 265 235 77
Decimal 181 157 63
Hex B5 9D 3F

RGB Percentages of Color #b59d3f

%45.14
%39.15
%15.71

CMYK Percentages of Color #b59d3f

%0
%13
%65
%29

Triadic Colors of #b59d3f

#b59d3f #3fb59d #9d3fb5

Analogous Colors of #b59d3f

#b59d3f #92b53f #b5623f

Monochromatic Colors of #b59d3f

#b59d3f

Complementary Color

#b59d3f #3f57b5

#b59d3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59d3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59d3f Color CSS Codes

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

#b59d3f Text Font Color

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

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


#b59d3f Background Color

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

This div background color is #b59d3f


#b59d3f Border Color

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

This div border color is #b59d3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59d3f


Comments

No comments written yet.

Please login to write comment.