Color Hex Logo

#b39216 Color Hex

#B39216
(179,146,22)
0 Favorites   0 Comments

Color spaces of #b39216

RGB 17914622
HSL0.130.780.39
HSV47°88°70°
CMYK 0.000.180.88   0.30
XYZ29.014130.19945.0589
Yxy30.19940.45140.4699
Hunter Lab54.9540-1.926733.0097
CIE-Lab61.82591.205262.2826

#b39216 color RGB value is (179,146,22).

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

The process color (four color CMYK) of #b39216 color hex is 0.00, 0.18, 0.88, 0.30. Web safe color of #b39216 is #cc9900. Color #b39216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010010 00010110
Octal 263 222 26
Decimal 179 146 22
Hex B3 92 16

RGB Percentages of Color #b39216

%51.59
%42.07
%6.34

CMYK Percentages of Color #b39216

%0
%18
%88
%30

Triadic Colors of #b39216

#b39216 #16b392 #9216b3

Analogous Colors of #b39216

#b39216 #86b316 #b34416

Monochromatic Colors of #b39216

#b39216

Complementary Color

#b39216 #1637b3

#b39216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39216 Color CSS Codes

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

#b39216 Text Font Color

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

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


#b39216 Background Color

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

This div background color is #b39216


#b39216 Border Color

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

This div border color is #b39216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39216


Comments

No comments written yet.

Please login to write comment.