Color Hex Logo

#b79526 Color Hex

#B79526
(183,149,38)
0 Favorites   0 Comments

Color spaces of #b79526

RGB 18314938
HSL0.130.660.43
HSV46°79°72°
CMYK 0.000.190.79   0.28
XYZ30.625731.70216.3387
Yxy31.70210.44600.4617
Hunter Lab56.3046-1.441832.7384
CIE-Lab63.09591.852358.8589

#b79526 color RGB value is (183,149,38).

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

The process color (four color CMYK) of #b79526 color hex is 0.00, 0.19, 0.79, 0.28. Web safe color of #b79526 is #cc9933. Color #b79526 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010101 00100110
Octal 267 225 46
Decimal 183 149 38
Hex B7 95 26

RGB Percentages of Color #b79526

%49.46
%40.27
%10.27

CMYK Percentages of Color #b79526

%0
%19
%79
%28

Triadic Colors of #b79526

#b79526 #26b795 #9526b7

Analogous Colors of #b79526

#b79526 #91b726 #b74d26

Monochromatic Colors of #b79526

#b79526

Complementary Color

#b79526 #2648b7

#b79526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79526 Color CSS Codes

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

#b79526 Text Font Color

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

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


#b79526 Background Color

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

This div background color is #b79526


#b79526 Border Color

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

This div border color is #b79526


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,149,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79526


Comments

No comments written yet.

Please login to write comment.