Color Hex Logo

#b47929 Color Hex

#B47929
(180,121,41)
0 Favorites   0 Comments

Color spaces of #b47929

RGB 18012141
HSL0.100.630.43
HSV35°77°71°
CMYK 0.000.330.77   0.29
XYZ26.060023.53815.2676
Yxy23.53810.47500.4290
Hunter Lab48.516110.976627.5239
CIE-Lab55.622316.107550.6114

#b47929 color RGB value is (180,121,41).

#b47929 hex color red value is 180, green value is 121 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #b47929 hue: 0.10 , saturation: 0.63 and the lightness value of b47929 is 0.43.

The process color (four color CMYK) of #b47929 color hex is 0.00, 0.33, 0.77, 0.29. Web safe color of #b47929 is #cc6633. Color #b47929 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111001 00101001
Octal 264 171 51
Decimal 180 121 41
Hex B4 79 29

RGB Percentages of Color #b47929

%52.63
%35.38
%11.99

CMYK Percentages of Color #b47929

%0
%33
%77
%29

Triadic Colors of #b47929

#b47929 #29b479 #7929b4

Analogous Colors of #b47929

#b47929 #aab429 #b43429

Monochromatic Colors of #b47929

#b47929

Complementary Color

#b47929 #2964b4

#b47929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47929 Color CSS Codes

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

#b47929 Text Font Color

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

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


#b47929 Background Color

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

This div background color is #b47929


#b47929 Border Color

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

This div border color is #b47929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47929


Comments

No comments written yet.

Please login to write comment.