Color Hex Logo

#b59216 Color Hex

#B59216
(181,146,22)
0 Favorites   0 Comments

Color spaces of #b59216

RGB 18114622
HSL0.130.780.40
HSV47°88°71°
CMYK 0.000.190.88   0.29
XYZ29.479830.43955.0807
Yxy30.43950.45350.4683
Hunter Lab55.1720-1.173933.1605
CIE-Lab62.03162.110262.5341

#b59216 color RGB value is (181,146,22).

#b59216 hex color red value is 181, green value is 146 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #b59216 hue: 0.13 , saturation: 0.78 and the lightness value of b59216 is 0.40.

The process color (four color CMYK) of #b59216 color hex is 0.00, 0.19, 0.88, 0.29. Web safe color of #b59216 is #cc9900. Color #b59216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010010 00010110
Octal 265 222 26
Decimal 181 146 22
Hex B5 92 16

RGB Percentages of Color #b59216

%51.86
%41.83
%6.30

CMYK Percentages of Color #b59216

%0
%19
%88
%29

Triadic Colors of #b59216

#b59216 #16b592 #9216b5

Analogous Colors of #b59216

#b59216 #89b516 #b54316

Monochromatic Colors of #b59216

#b59216

Complementary Color

#b59216 #1639b5

#b59216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59216 Color CSS Codes

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

#b59216 Text Font Color

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

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


#b59216 Background Color

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

This div background color is #b59216


#b59216 Border Color

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

This div border color is #b59216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59216


Comments

No comments written yet.

Please login to write comment.