Color Hex Logo

#b29934 Color Hex

#B29934
(178,153,52)
0 Favorites   0 Comments

Color spaces of #b29934

RGB 17815352
HSL0.130.550.45
HSV48°71°70°
CMYK 0.000.140.71   0.30
XYZ30.371232.49547.9203
Yxy32.49540.42910.4591
Hunter Lab57.0047-4.656431.6655
CIE-Lab63.7502-1.920254.0124

#b29934 color RGB value is (178,153,52).

#b29934 hex color red value is 178, green value is 153 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #b29934 hue: 0.13 , saturation: 0.55 and the lightness value of b29934 is 0.45.

The process color (four color CMYK) of #b29934 color hex is 0.00, 0.14, 0.71, 0.30. Web safe color of #b29934 is #999933. Color #b29934 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011001 00110100
Octal 262 231 64
Decimal 178 153 52
Hex B2 99 34

RGB Percentages of Color #b29934

%46.48
%39.95
%13.58

CMYK Percentages of Color #b29934

%0
%14
%71
%30

Triadic Colors of #b29934

#b29934 #34b299 #9934b2

Analogous Colors of #b29934

#b29934 #8cb234 #b25a34

Monochromatic Colors of #b29934

#b29934

Complementary Color

#b29934 #344db2

#b29934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29934 Color CSS Codes

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

#b29934 Text Font Color

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

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


#b29934 Background Color

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

This div background color is #b29934


#b29934 Border Color

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

This div border color is #b29934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29934


Comments

No comments written yet.

Please login to write comment.