Color Hex Logo

#b29172 Color Hex

#B29172
(178,145,114)
0 Favorites   0 Comments

Color spaces of #b29172

RGB 178145114
HSL0.080.290.57
HSV29°36°70°
CMYK 0.000.190.36   0.30
XYZ31.522830.930720.2284
Yxy30.93070.38130.3741
Hunter Lab55.61543.846917.3658
CIE-Lab62.44917.955121.1365

#b29172 color RGB value is (178,145,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010001 01110010
Octal 262 221 162
Decimal 178 145 114
Hex B2 91 72

RGB Percentages of Color #b29172

%40.73
%33.18
%26.09

CMYK Percentages of Color #b29172

%0
%19
%36
%30

Triadic Colors of #b29172

#b29172 #72b291 #9172b2

Analogous Colors of #b29172

#b29172 #b2b172 #b27273

Monochromatic Colors of #b29172

#b29172

Complementary Color

#b29172 #7293b2

#b29172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29172 Color CSS Codes

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

#b29172 Text Font Color

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

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


#b29172 Background Color

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

This div background color is #b29172


#b29172 Border Color

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

This div border color is #b29172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29172


Comments

No comments written yet.

Please login to write comment.