Color Hex Logo

#b9b97a Color Hex

#B9B97A
(185,185,122)
0 Favorites   0 Comments

Color spaces of #b9b97a

RGB 185185122
HSL0.170.310.60
HSV60°34°73°
CMYK 0.000.000.34   0.27
XYZ40.869446.417425.2178
Yxy46.41740.36330.4126
Hunter Lab68.1303-12.151125.7456
CIE-Lab73.8156-9.746432.0316

#b9b97a color RGB value is (185,185,122).

#b9b97a hex color red value is 185, green value is 185 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b9b97a hue: 0.17 , saturation: 0.31 and the lightness value of b9b97a is 0.60.

The process color (four color CMYK) of #b9b97a color hex is 0.00, 0.00, 0.34, 0.27. Web safe color of #b9b97a is #cccc66. Color #b9b97a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111001 01111010
Octal 271 271 172
Decimal 185 185 122
Hex B9 B9 7A

RGB Percentages of Color #b9b97a

%37.60
%37.60
%24.80

CMYK Percentages of Color #b9b97a

%0
%0
%34
%27

Triadic Colors of #b9b97a

#b9b97a #7ab9b9 #b97ab9

Analogous Colors of #b9b97a

#b9b97a #9ab97a #b99a7a

Monochromatic Colors of #b9b97a

#b9b97a

Complementary Color

#b9b97a #7a7ab9

#b9b97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9b97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9b97a Color CSS Codes

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

#b9b97a Text Font Color

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

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


#b9b97a Background Color

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

This div background color is #b9b97a


#b9b97a Border Color

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

This div border color is #b9b97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9b97a


Comments

No comments written yet.

Please login to write comment.