Color Hex Logo

#b29629 Color Hex

#B29629
(178,150,41)
0 Favorites   0 Comments

Color spaces of #b29629

RGB 17815041
HSL0.130.630.43
HSV48°77°70°
CMYK 0.000.160.77   0.30
XYZ29.666731.43786.6023
Yxy31.43780.43820.4643
Hunter Lab56.0694-3.676032.2671
CIE-Lab62.8755-0.813557.4189

#b29629 color RGB value is (178,150,41).

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

The process color (four color CMYK) of #b29629 color hex is 0.00, 0.16, 0.77, 0.30. Web safe color of #b29629 is #999933. Color #b29629 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010110 00101001
Octal 262 226 51
Decimal 178 150 41
Hex B2 96 29

RGB Percentages of Color #b29629

%48.24
%40.65
%11.11

CMYK Percentages of Color #b29629

%0
%16
%77
%30

Triadic Colors of #b29629

#b29629 #29b296 #9629b2

Analogous Colors of #b29629

#b29629 #8ab229 #b25229

Monochromatic Colors of #b29629

#b29629

Complementary Color

#b29629 #2945b2

#b29629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29629 Color CSS Codes

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

#b29629 Text Font Color

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

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


#b29629 Background Color

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

This div background color is #b29629


#b29629 Border Color

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

This div border color is #b29629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29629


Comments

No comments written yet.

Please login to write comment.