Color Hex Logo

#b29d73 Color Hex

#B29D73
(178,157,115)
0 Favorites   0 Comments

Color spaces of #b29d73

RGB 178157115
HSL0.110.290.57
HSV40°35°70°
CMYK 0.000.120.35   0.30
XYZ33.511634.816721.1737
Yxy34.81670.37440.3890
Hunter Lab59.0057-1.882920.0282
CIE-Lab65.60571.479624.8283

#b29d73 color RGB value is (178,157,115).

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

The process color (four color CMYK) of #b29d73 color hex is 0.00, 0.12, 0.35, 0.30. Web safe color of #b29d73 is #999966. Color #b29d73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011101 01110011
Octal 262 235 163
Decimal 178 157 115
Hex B2 9D 73

RGB Percentages of Color #b29d73

%39.56
%34.89
%25.56

CMYK Percentages of Color #b29d73

%0
%12
%35
%30

Triadic Colors of #b29d73

#b29d73 #73b29d #9d73b2

Analogous Colors of #b29d73

#b29d73 #a8b273 #b27e73

Monochromatic Colors of #b29d73

#b29d73

Complementary Color

#b29d73 #7388b2

#b29d73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29d73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29d73 Color CSS Codes

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

#b29d73 Text Font Color

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

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


#b29d73 Background Color

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

This div background color is #b29d73


#b29d73 Border Color

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

This div border color is #b29d73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29d73


Comments

No comments written yet.

Please login to write comment.