Color Hex Logo

#b29221 Color Hex

#B29221
(178,146,33)
0 Favorites   0 Comments

Color spaces of #b29221

RGB 17814633
HSL0.130.690.41
HSV47°81°70°
CMYK 0.000.180.81   0.30
XYZ28.913530.13265.7311
Yxy30.13260.44640.4652
Hunter Lab54.8932-2.043032.2351
CIE-Lab61.76851.063159.1305

#b29221 color RGB value is (178,146,33).

#b29221 hex color red value is 178, green value is 146 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #b29221 hue: 0.13 , saturation: 0.69 and the lightness value of b29221 is 0.41.

The process color (four color CMYK) of #b29221 color hex is 0.00, 0.18, 0.81, 0.30. Web safe color of #b29221 is #999933. Color #b29221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010010 00100001
Octal 262 222 41
Decimal 178 146 33
Hex B2 92 21

RGB Percentages of Color #b29221

%49.86
%40.90
%9.24

CMYK Percentages of Color #b29221

%0
%18
%81
%30

Triadic Colors of #b29221

#b29221 #21b292 #9221b2

Analogous Colors of #b29221

#b29221 #8ab221 #b24a21

Monochromatic Colors of #b29221

#b29221

Complementary Color

#b29221 #2141b2

#b29221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29221 Color CSS Codes

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

#b29221 Text Font Color

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

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


#b29221 Background Color

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

This div background color is #b29221


#b29221 Border Color

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

This div border color is #b29221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29221


Comments

No comments written yet.

Please login to write comment.