Color Hex Logo

#b29624 Color Hex

#B29624
(178,150,36)
0 Favorites   0 Comments

Color spaces of #b29624

RGB 17815036
HSL0.130.660.42
HSV48°80°70°
CMYK 0.000.160.80   0.30
XYZ29.584931.40506.1716
Yxy31.40500.44050.4676
Hunter Lab56.0402-3.836032.6986
CIE-Lab62.8480-1.007359.1187

#b29624 color RGB value is (178,150,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010110 00100100
Octal 262 226 44
Decimal 178 150 36
Hex B2 96 24

RGB Percentages of Color #b29624

%48.90
%41.21
%9.89

CMYK Percentages of Color #b29624

%0
%16
%80
%30

Triadic Colors of #b29624

#b29624 #24b296 #9624b2

Analogous Colors of #b29624

#b29624 #87b224 #b24f24

Monochromatic Colors of #b29624

#b29624

Complementary Color

#b29624 #2440b2

#b29624 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29624 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29624 Color CSS Codes

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

#b29624 Text Font Color

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

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


#b29624 Background Color

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

This div background color is #b29624


#b29624 Border Color

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

This div border color is #b29624


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,150,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29624


Comments

No comments written yet.

Please login to write comment.