Color Hex Logo

#b47519 Color Hex

#B47519
(180,117,25)
0 Favorites   0 Comments

Color spaces of #b47519

RGB 18011725
HSL0.100.760.40
HSV36°86°71°
CMYK 0.000.350.86   0.29
XYZ25.359122.49613.9253
Yxy22.49610.48970.4345
Hunter Lab47.430112.434828.2942
CIE-Lab54.549517.793355.5675

#b47519 color RGB value is (180,117,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110101 00011001
Octal 264 165 31
Decimal 180 117 25
Hex B4 75 19

RGB Percentages of Color #b47519

%55.90
%36.34
%7.76

CMYK Percentages of Color #b47519

%0
%35
%86
%29

Triadic Colors of #b47519

#b47519 #19b475 #7519b4

Analogous Colors of #b47519

#b47519 #a6b419 #b42819

Monochromatic Colors of #b47519

#b47519

Complementary Color

#b47519 #1958b4

#b47519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47519 Color CSS Codes

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

#b47519 Text Font Color

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

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


#b47519 Background Color

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

This div background color is #b47519


#b47519 Border Color

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

This div border color is #b47519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47519


Comments

No comments written yet.

Please login to write comment.