Color Hex Logo

#b9b396 Color Hex

#B9B396
(185,179,150)
0 Favorites   0 Comments

Color spaces of #b9b396

RGB 185179150
HSL0.140.200.66
HSV50°19°73°
CMYK 0.000.030.19   0.27
XYZ41.632744.756535.2988
Yxy44.75650.34210.3678
Hunter Lab66.9003-5.993315.5469
CIE-Lab72.7313-2.737815.5924

#b9b396 color RGB value is (185,179,150).

#b9b396 hex color red value is 185, green value is 179 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #b9b396 hue: 0.14 , saturation: 0.20 and the lightness value of b9b396 is 0.66.

The process color (four color CMYK) of #b9b396 color hex is 0.00, 0.03, 0.19, 0.27. Web safe color of #b9b396 is #cccc99. Color #b9b396 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10110011 10010110
Octal 271 263 226
Decimal 185 179 150
Hex B9 B3 96

RGB Percentages of Color #b9b396

%35.99
%34.82
%29.18

CMYK Percentages of Color #b9b396

%0
%3
%19
%27

Triadic Colors of #b9b396

#b9b396 #96b9b3 #b396b9

Analogous Colors of #b9b396

#b9b396 #aeb996 #b9a296

Monochromatic Colors of #b9b396

#b9b396

Complementary Color

#b9b396 #969cb9

#b9b396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9b396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9b396 Color CSS Codes

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

#b9b396 Text Font Color

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

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


#b9b396 Background Color

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

This div background color is #b9b396


#b9b396 Border Color

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

This div border color is #b9b396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9b396


Comments

No comments written yet.

Please login to write comment.