Color Hex Logo

#b59012 Color Hex

#B59012
(181,144,18)
0 Favorites   0 Comments

Color spaces of #b59012

RGB 18114418
HSL0.130.820.39
HSV46°90°71°
CMYK 0.000.200.90   0.29
XYZ29.138529.81394.7912
Yxy29.81390.45710.4677
Hunter Lab54.6021-0.296933.0189
CIE-Lab61.49333.119163.0005

#b59012 color RGB value is (181,144,18).

#b59012 hex color red value is 181, green value is 144 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #b59012 hue: 0.13 , saturation: 0.82 and the lightness value of b59012 is 0.39.

The process color (four color CMYK) of #b59012 color hex is 0.00, 0.20, 0.90, 0.29. Web safe color of #b59012 is #cc9900. Color #b59012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010000 00010010
Octal 265 220 22
Decimal 181 144 18
Hex B5 90 12

RGB Percentages of Color #b59012

%52.77
%41.98
%5.25

CMYK Percentages of Color #b59012

%0
%20
%90
%29

Triadic Colors of #b59012

#b59012 #12b590 #9012b5

Analogous Colors of #b59012

#b59012 #89b512 #b53e12

Monochromatic Colors of #b59012

#b59012

Complementary Color

#b59012 #1237b5

#b59012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59012 Color CSS Codes

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

#b59012 Text Font Color

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

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


#b59012 Background Color

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

This div background color is #b59012


#b59012 Border Color

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

This div border color is #b59012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59012


Comments

No comments written yet.

Please login to write comment.