Color Hex Logo

#b58605 Color Hex

#B58605
(181,134,5)
0 Favorites   0 Comments

Color spaces of #b58605

RGB 1811345
HSL0.120.950.36
HSV44°97°71°
CMYK 0.000.260.97   0.29
XYZ27.608526.88493.8778
Yxy26.88490.47300.4606
Hunter Lab51.85074.305831.8613
CIE-Lab58.86768.429463.2802

#b58605 color RGB value is (181,134,5).

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

The process color (four color CMYK) of #b58605 color hex is 0.00, 0.26, 0.97, 0.29. Web safe color of #b58605 is #cc9900. Color #b58605 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000110 00000101
Octal 265 206 5
Decimal 181 134 5
Hex B5 86 5

RGB Percentages of Color #b58605

%56.56
%41.88
%1.56

CMYK Percentages of Color #b58605

%0
%26
%97
%29

Triadic Colors of #b58605

#b58605 #05b586 #8605b5

Analogous Colors of #b58605

#b58605 #8cb505 #b52e05

Monochromatic Colors of #b58605

#b58605

Complementary Color

#b58605 #0534b5

#b58605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58605 Color CSS Codes

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

#b58605 Text Font Color

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

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


#b58605 Background Color

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

This div background color is #b58605


#b58605 Border Color

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

This div border color is #b58605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58605


Comments

No comments written yet.

Please login to write comment.