Color Hex Logo

#b59605 Color Hex

#B59605
(181,150,5)
0 Favorites   0 Comments

Color spaces of #b59605

RGB 1811505
HSL0.140.950.36
HSV49°97°71°
CMYK 0.000.170.97   0.29
XYZ29.989831.64744.6715
Yxy31.64740.45230.4773
Hunter Lab56.2560-3.290634.4558
CIE-Lab63.0504-0.340666.2781

#b59605 color RGB value is (181,150,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010110 00000101
Octal 265 226 5
Decimal 181 150 5
Hex B5 96 5

RGB Percentages of Color #b59605

%53.87
%44.64
%1.49

CMYK Percentages of Color #b59605

%0
%17
%97
%29

Triadic Colors of #b59605

#b59605 #05b596 #9605b5

Analogous Colors of #b59605

#b59605 #7cb505 #b53e05

Monochromatic Colors of #b59605

#b59605

Complementary Color

#b59605 #0524b5

#b59605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59605 Color CSS Codes

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

#b59605 Text Font Color

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

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


#b59605 Background Color

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

This div background color is #b59605


#b59605 Border Color

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

This div border color is #b59605


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,150,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 #b59605">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59605


Comments

No comments written yet.

Please login to write comment.