Color Hex Logo

#b29154 Color Hex

#B29154
(178,145,84)
0 Favorites   0 Comments

Color spaces of #b29154

RGB 17814584
HSL0.110.380.51
HSV39°53°70°
CMYK 0.000.190.53   0.30
XYZ30.085730.355912.6611
Yxy30.35590.41160.4153
Hunter Lab55.09621.053024.9425
CIE-Lab61.96014.721436.7951

#b29154 color RGB value is (178,145,84).

#b29154 hex color red value is 178, green value is 145 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #b29154 hue: 0.11 , saturation: 0.38 and the lightness value of b29154 is 0.51.

The process color (four color CMYK) of #b29154 color hex is 0.00, 0.19, 0.53, 0.30. Web safe color of #b29154 is #999966. Color #b29154 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010001 01010100
Octal 262 221 124
Decimal 178 145 84
Hex B2 91 54

RGB Percentages of Color #b29154

%43.73
%35.63
%20.64

CMYK Percentages of Color #b29154

%0
%19
%53
%30

Triadic Colors of #b29154

#b29154 #54b291 #9154b2

Analogous Colors of #b29154

#b29154 #a4b254 #b26254

Monochromatic Colors of #b29154

#b29154

Complementary Color

#b29154 #5475b2

#b29154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29154 Color CSS Codes

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

#b29154 Text Font Color

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

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


#b29154 Background Color

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

This div background color is #b29154


#b29154 Border Color

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

This div border color is #b29154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29154


Comments

No comments written yet.

Please login to write comment.