Color Hex Logo

#b29d7c Color Hex

#B29D7C
(178,157,124)
0 Favorites   0 Comments

Color spaces of #b29d7c

RGB 178157124
HSL0.100.260.59
HSV37°30°70°
CMYK 0.000.120.30   0.30
XYZ34.055235.034224.0362
Yxy35.03420.36570.3762
Hunter Lab59.1897-0.880817.3559
CIE-Lab65.77532.648420.1181

#b29d7c color RGB value is (178,157,124).

#b29d7c hex color red value is 178, green value is 157 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #b29d7c hue: 0.10 , saturation: 0.26 and the lightness value of b29d7c is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011101 01111100
Octal 262 235 174
Decimal 178 157 124
Hex B2 9D 7C

RGB Percentages of Color #b29d7c

%38.78
%34.20
%27.02

CMYK Percentages of Color #b29d7c

%0
%12
%30
%30

Triadic Colors of #b29d7c

#b29d7c #7cb29d #9d7cb2

Analogous Colors of #b29d7c

#b29d7c #acb27c #b2827c

Monochromatic Colors of #b29d7c

#b29d7c

Complementary Color

#b29d7c #7c91b2

#b29d7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29d7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29d7c Color CSS Codes

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

#b29d7c Text Font Color

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

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


#b29d7c Background Color

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

This div background color is #b29d7c


#b29d7c Border Color

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

This div border color is #b29d7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29d7c


Comments

No comments written yet.

Please login to write comment.