Color Hex Logo

#b49829 Color Hex

#B49829
(180,152,41)
0 Favorites   0 Comments

Color spaces of #b49829

RGB 18015241
HSL0.130.630.43
HSV48°77°71°
CMYK 0.000.160.77   0.29
XYZ30.450932.31996.7312
Yxy32.31990.43810.4650
Hunter Lab56.8506-3.878532.7754
CIE-Lab63.6064-1.001558.1711

#b49829 color RGB value is (180,152,41).

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

The process color (four color CMYK) of #b49829 color hex is 0.00, 0.16, 0.77, 0.29. Web safe color of #b49829 is #cc9933. Color #b49829 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011000 00101001
Octal 264 230 51
Decimal 180 152 41
Hex B4 98 29

RGB Percentages of Color #b49829

%48.26
%40.75
%10.99

CMYK Percentages of Color #b49829

%0
%16
%77
%29

Triadic Colors of #b49829

#b49829 #29b498 #9829b4

Analogous Colors of #b49829

#b49829 #8bb429 #b45329

Monochromatic Colors of #b49829

#b49829

Complementary Color

#b49829 #2945b4

#b49829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49829 Color CSS Codes

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

#b49829 Text Font Color

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

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


#b49829 Background Color

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

This div background color is #b49829


#b49829 Border Color

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

This div border color is #b49829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49829


Comments

No comments written yet.

Please login to write comment.