Color Hex Logo

#b9b69e Color Hex

#B9B69E
(185,182,158)
0 Favorites   0 Comments

Color spaces of #b9b69e

RGB 185182158
HSL0.150.160.67
HSV53°15°73°
CMYK 0.000.020.15   0.27
XYZ42.907146.238839.0113
Yxy46.23880.33480.3608
Hunter Lab67.9991-6.365913.5845
CIE-Lab73.7002-3.078612.6059

#b9b69e color RGB value is (185,182,158).

#b9b69e hex color red value is 185, green value is 182 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b9b69e hue: 0.15 , saturation: 0.16 and the lightness value of b9b69e is 0.67.

The process color (four color CMYK) of #b9b69e color hex is 0.00, 0.02, 0.15, 0.27. Web safe color of #b9b69e is #cccc99. Color #b9b69e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10110110 10011110
Octal 271 266 236
Decimal 185 182 158
Hex B9 B6 9E

RGB Percentages of Color #b9b69e

%35.24
%34.67
%30.10

CMYK Percentages of Color #b9b69e

%0
%2
%15
%27

Triadic Colors of #b9b69e

#b9b69e #9eb9b6 #b69eb9

Analogous Colors of #b9b69e

#b9b69e #afb99e #b9a99e

Monochromatic Colors of #b9b69e

#b9b69e

Complementary Color

#b9b69e #9ea1b9

#b9b69e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9b69e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9b69e Color CSS Codes

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

#b9b69e Text Font Color

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

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


#b9b69e Background Color

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

This div background color is #b9b69e


#b9b69e Border Color

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

This div border color is #b9b69e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9b69e


Comments

No comments written yet.

Please login to write comment.