Color Hex Logo

#b29577 Color Hex

#B29577
(178,149,119)
0 Favorites   0 Comments

Color spaces of #b29577

RGB 178149119
HSL0.080.280.58
HSV31°33°70°
CMYK 0.000.160.33   0.30
XYZ32.437332.291821.9761
Yxy32.29180.37410.3724
Hunter Lab56.82592.445916.8491
CIE-Lab63.58336.381219.8958

#b29577 color RGB value is (178,149,119).

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

The process color (four color CMYK) of #b29577 color hex is 0.00, 0.16, 0.33, 0.30. Web safe color of #b29577 is #999966. Color #b29577 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010101 01110111
Octal 262 225 167
Decimal 178 149 119
Hex B2 95 77

RGB Percentages of Color #b29577

%39.91
%33.41
%26.68

CMYK Percentages of Color #b29577

%0
%16
%33
%30

Triadic Colors of #b29577

#b29577 #77b295 #9577b2

Analogous Colors of #b29577

#b29577 #b2b277 #b27877

Monochromatic Colors of #b29577

#b29577

Complementary Color

#b29577 #7794b2

#b29577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29577 Color CSS Codes

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

#b29577 Text Font Color

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

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


#b29577 Background Color

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

This div background color is #b29577


#b29577 Border Color

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

This div border color is #b29577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29577


Comments

No comments written yet.

Please login to write comment.