Color Hex Logo

#b47319 Color Hex

#B47319
(180,115,25)
0 Favorites   0 Comments

Color spaces of #b47319

RGB 18011525
HSL0.100.760.40
HSV35°86°71°
CMYK 0.000.360.86   0.29
XYZ25.128622.03503.8485
Yxy22.03500.49260.4320
Hunter Lab46.941513.406727.9981
CIE-Lab54.064118.907155.1645

#b47319 color RGB value is (180,115,25).

#b47319 hex color red value is 180, green value is 115 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #b47319 hue: 0.10 , saturation: 0.76 and the lightness value of b47319 is 0.40.

The process color (four color CMYK) of #b47319 color hex is 0.00, 0.36, 0.86, 0.29. Web safe color of #b47319 is #cc6600. Color #b47319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110011 00011001
Octal 264 163 31
Decimal 180 115 25
Hex B4 73 19

RGB Percentages of Color #b47319

%56.25
%35.94
%7.81

CMYK Percentages of Color #b47319

%0
%36
%86
%29

Triadic Colors of #b47319

#b47319 #19b473 #7319b4

Analogous Colors of #b47319

#b47319 #a8b419 #b42619

Monochromatic Colors of #b47319

#b47319

Complementary Color

#b47319 #195ab4

#b47319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47319 Color CSS Codes

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

#b47319 Text Font Color

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

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


#b47319 Background Color

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

This div background color is #b47319


#b47319 Border Color

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

This div border color is #b47319


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,115,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47319


Comments

No comments written yet.

Please login to write comment.