Color Hex Logo

#b29531 Color Hex

#B29531
(178,149,49)
0 Favorites   0 Comments

Color spaces of #b29531

RGB 17814949
HSL0.130.570.45
HSV47°72°70°
CMYK 0.000.160.72   0.30
XYZ29.661931.18167.3610
Yxy31.18160.43490.4572
Hunter Lab55.8405-2.903531.2726
CIE-Lab62.66060.094354.1472

#b29531 color RGB value is (178,149,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010101 00110001
Octal 262 225 61
Decimal 178 149 49
Hex B2 95 31

RGB Percentages of Color #b29531

%47.34
%39.63
%13.03

CMYK Percentages of Color #b29531

%0
%16
%72
%30

Triadic Colors of #b29531

#b29531 #31b295 #9531b2

Analogous Colors of #b29531

#b29531 #8fb231 #b25431

Monochromatic Colors of #b29531

#b29531

Complementary Color

#b29531 #314eb2

#b29531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29531 Color CSS Codes

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

#b29531 Text Font Color

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

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


#b29531 Background Color

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

This div background color is #b29531


#b29531 Border Color

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

This div border color is #b29531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29531


Comments

No comments written yet.

Please login to write comment.