Color Hex Logo

#b29175 Color Hex

#B29175
(178,145,117)
0 Favorites   0 Comments

Color spaces of #b29175

RGB 178145117
HSL0.080.280.58
HSV28°34°70°
CMYK 0.000.190.34   0.30
XYZ31.696431.000121.1427
Yxy31.00010.37810.3698
Hunter Lab55.67774.181016.4600
CIE-Lab62.50778.336619.5435

#b29175 color RGB value is (178,145,117).

#b29175 hex color red value is 178, green value is 145 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #b29175 hue: 0.08 , saturation: 0.28 and the lightness value of b29175 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010001 01110101
Octal 262 221 165
Decimal 178 145 117
Hex B2 91 75

RGB Percentages of Color #b29175

%40.45
%32.95
%26.59

CMYK Percentages of Color #b29175

%0
%19
%34
%30

Triadic Colors of #b29175

#b29175 #75b291 #9175b2

Analogous Colors of #b29175

#b29175 #b2b075 #b27578

Monochromatic Colors of #b29175

#b29175

Complementary Color

#b29175 #7596b2

#b29175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29175 Color CSS Codes

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

#b29175 Text Font Color

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

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


#b29175 Background Color

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

This div background color is #b29175


#b29175 Border Color

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

This div border color is #b29175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29175


Comments

No comments written yet.

Please login to write comment.