Color Hex Logo

#b79516 Color Hex

#B79516
(183,149,22)
0 Favorites   0 Comments

Color spaces of #b79516

RGB 18314922
HSL0.130.790.40
HSV47°88°72°
CMYK 0.000.190.88   0.28
XYZ30.420731.62015.2590
Yxy31.62010.45200.4698
Hunter Lab56.2318-1.839233.8172
CIE-Lab63.02771.380063.4189

#b79516 color RGB value is (183,149,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010101 00010110
Octal 267 225 26
Decimal 183 149 22
Hex B7 95 16

RGB Percentages of Color #b79516

%51.69
%42.09
%6.21

CMYK Percentages of Color #b79516

%0
%19
%88
%28

Triadic Colors of #b79516

#b79516 #16b795 #9516b7

Analogous Colors of #b79516

#b79516 #89b716 #b74516

Monochromatic Colors of #b79516

#b79516

Complementary Color

#b79516 #1638b7

#b79516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79516 Color CSS Codes

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

#b79516 Text Font Color

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

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


#b79516 Background Color

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

This div background color is #b79516


#b79516 Border Color

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

This div border color is #b79516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79516


Comments

No comments written yet.

Please login to write comment.