Color Hex Logo

#b58404 Color Hex

#B58404
(181,132,4)
0 Favorites   0 Comments

Color spaces of #b58404

RGB 1811324
HSL0.120.960.36
HSV43°98°71°
CMYK 0.000.270.98   0.29
XYZ27.329226.33513.7576
Yxy26.33510.47590.4586
Hunter Lab51.31775.253931.5811
CIE-Lab58.35389.524063.0813

#b58404 color RGB value is (181,132,4).

#b58404 hex color red value is 181, green value is 132 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #b58404 hue: 0.12 , saturation: 0.96 and the lightness value of b58404 is 0.36.

The process color (four color CMYK) of #b58404 color hex is 0.00, 0.27, 0.98, 0.29. Web safe color of #b58404 is #cc9900. Color #b58404 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000100 00000100
Octal 265 204 4
Decimal 181 132 4
Hex B5 84 4

RGB Percentages of Color #b58404

%57.10
%41.64
%1.26

CMYK Percentages of Color #b58404

%0
%27
%98
%29

Triadic Colors of #b58404

#b58404 #04b584 #8404b5

Analogous Colors of #b58404

#b58404 #8eb504 #b52b04

Monochromatic Colors of #b58404

#b58404

Complementary Color

#b58404 #0435b5

#b58404 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58404 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58404 Color CSS Codes

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

#b58404 Text Font Color

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

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


#b58404 Background Color

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

This div background color is #b58404


#b58404 Border Color

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

This div border color is #b58404


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58404


Comments

No comments written yet.

Please login to write comment.