Color Hex Logo

#b69d89 Color Hex

#B69D89
(182,157,137)
0 Favorites   0 Comments

Color spaces of #b69d89

RGB 182157137
HSL0.070.240.63
HSV27°25°71°
CMYK 0.000.140.25   0.29
XYZ35.863735.865228.6994
Yxy35.86520.35710.3571
Hunter Lab59.88762.091613.5083
CIE-Lab66.41686.061513.8646

#b69d89 color RGB value is (182,157,137).

#b69d89 hex color red value is 182, green value is 157 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b69d89 hue: 0.07 , saturation: 0.24 and the lightness value of b69d89 is 0.63.

The process color (four color CMYK) of #b69d89 color hex is 0.00, 0.14, 0.25, 0.29. Web safe color of #b69d89 is #cc9999. Color #b69d89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011101 10001001
Octal 266 235 211
Decimal 182 157 137
Hex B6 9D 89

RGB Percentages of Color #b69d89

%38.24
%32.98
%28.78

CMYK Percentages of Color #b69d89

%0
%14
%25
%29

Triadic Colors of #b69d89

#b69d89 #89b69d #9d89b6

Analogous Colors of #b69d89

#b69d89 #b6b489 #b6898c

Monochromatic Colors of #b69d89

#b69d89

Complementary Color

#b69d89 #89a2b6

#b69d89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69d89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69d89 Color CSS Codes

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

#b69d89 Text Font Color

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

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


#b69d89 Background Color

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

This div background color is #b69d89


#b69d89 Border Color

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

This div border color is #b69d89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69d89


Comments

No comments written yet.

Please login to write comment.