Color Hex Logo

#b58d0e Color Hex

#B58D0E
(181,141,14)
0 Favorites   0 Comments

Color spaces of #b58d0e

RGB 18114114
HSL0.130.860.38
HSV46°92°71°
CMYK 0.000.220.92   0.29
XYZ28.660228.90524.4842
Yxy28.90520.46190.4658
Hunter Lab53.76361.068332.6894
CIE-Lab60.69794.692963.1705

#b58d0e color RGB value is (181,141,14).

#b58d0e hex color red value is 181, green value is 141 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b58d0e hue: 0.13 , saturation: 0.86 and the lightness value of b58d0e is 0.38.

The process color (four color CMYK) of #b58d0e color hex is 0.00, 0.22, 0.92, 0.29. Web safe color of #b58d0e is #cc9900. Color #b58d0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001101 00001110
Octal 265 215 16
Decimal 181 141 14
Hex B5 8D E

RGB Percentages of Color #b58d0e

%53.87
%41.96
%4.17

CMYK Percentages of Color #b58d0e

%0
%22
%92
%29

Triadic Colors of #b58d0e

#b58d0e #0eb58d #8d0eb5

Analogous Colors of #b58d0e

#b58d0e #8ab50e #b5390e

Monochromatic Colors of #b58d0e

#b58d0e

Complementary Color

#b58d0e #0e36b5

#b58d0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58d0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58d0e Color CSS Codes

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

#b58d0e Text Font Color

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

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


#b58d0e Background Color

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

This div background color is #b58d0e


#b58d0e Border Color

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

This div border color is #b58d0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58d0e


Comments

No comments written yet.

Please login to write comment.