Color Hex Logo

#b29687 Color Hex

#B29687
(178,150,135)
0 Favorites   0 Comments

Color spaces of #b29687

RGB 178150135
HSL0.060.220.61
HSV21°24°70°
CMYK 0.000.160.24   0.30
XYZ33.639633.026927.5235
Yxy33.02690.35710.3506
Hunter Lab57.46903.914511.8327
CIE-Lab64.18278.062511.7885

#b29687 color RGB value is (178,150,135).

#b29687 hex color red value is 178, green value is 150 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #b29687 hue: 0.06 , saturation: 0.22 and the lightness value of b29687 is 0.61.

The process color (four color CMYK) of #b29687 color hex is 0.00, 0.16, 0.24, 0.30. Web safe color of #b29687 is #999999. Color #b29687 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010110 10000111
Octal 262 226 207
Decimal 178 150 135
Hex B2 96 87

RGB Percentages of Color #b29687

%38.44
%32.40
%29.16

CMYK Percentages of Color #b29687

%0
%16
%24
%30

Triadic Colors of #b29687

#b29687 #87b296 #9687b2

Analogous Colors of #b29687

#b29687 #b2ac87 #b2878e

Monochromatic Colors of #b29687

#b29687

Complementary Color

#b29687 #87a3b2

#b29687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29687 Color CSS Codes

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

#b29687 Text Font Color

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

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


#b29687 Background Color

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

This div background color is #b29687


#b29687 Border Color

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

This div border color is #b29687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29687


Comments

No comments written yet.

Please login to write comment.