Color Hex Logo

#b47326 Color Hex

#B47326
(180,115,38)
0 Favorites   0 Comments

Color spaces of #b47326

RGB 18011538
HSL0.090.650.43
HSV33°79°71°
CMYK 0.000.360.79   0.29
XYZ25.303022.10474.7667
Yxy22.10470.48500.4237
Hunter Lab47.015613.788226.8998
CIE-Lab54.137919.329750.4393

#b47326 color RGB value is (180,115,38).

#b47326 hex color red value is 180, green value is 115 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #b47326 hue: 0.09 , saturation: 0.65 and the lightness value of b47326 is 0.43.

The process color (four color CMYK) of #b47326 color hex is 0.00, 0.36, 0.79, 0.29. Web safe color of #b47326 is #cc6633. Color #b47326 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110011 00100110
Octal 264 163 46
Decimal 180 115 38
Hex B4 73 26

RGB Percentages of Color #b47326

%54.05
%34.53
%11.41

CMYK Percentages of Color #b47326

%0
%36
%79
%29

Triadic Colors of #b47326

#b47326 #26b473 #7326b4

Analogous Colors of #b47326

#b47326 #aeb426 #b42c26

Monochromatic Colors of #b47326

#b47326

Complementary Color

#b47326 #2667b4

#b47326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47326 Color CSS Codes

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

#b47326 Text Font Color

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

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


#b47326 Background Color

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

This div background color is #b47326


#b47326 Border Color

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

This div border color is #b47326


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47326


Comments

No comments written yet.

Please login to write comment.