Color Hex Logo

#b9bf6c Color Hex

#B9BF6C
(185,191,108)
0 Favorites   0 Comments

Color spaces of #b9bf6c

RGB 185191108
HSL0.180.390.59
HSV64°43°75°
CMYK 0.030.000.43   0.25
XYZ41.345248.658621.4003
Yxy48.65860.37110.4368
Hunter Lab69.7557-16.273030.6395
CIE-Lab75.2384-14.420741.0246

#b9bf6c color RGB value is (185,191,108).

#b9bf6c hex color red value is 185, green value is 191 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #b9bf6c hue: 0.18 , saturation: 0.39 and the lightness value of b9bf6c is 0.59.

The process color (four color CMYK) of #b9bf6c color hex is 0.03, 0.00, 0.43, 0.25. Web safe color of #b9bf6c is #cccc66. Color #b9bf6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111111 01101100
Octal 271 277 154
Decimal 185 191 108
Hex B9 BF 6C

RGB Percentages of Color #b9bf6c

%38.22
%39.46
%22.31

CMYK Percentages of Color #b9bf6c

%3
%0
%43
%25

Triadic Colors of #b9bf6c

#b9bf6c #6cb9bf #bf6cb9

Analogous Colors of #b9bf6c

#b9bf6c #90bf6c #bf9c6c

Monochromatic Colors of #b9bf6c

#b9bf6c

Complementary Color

#b9bf6c #726cbf

#b9bf6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bf6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bf6c Color CSS Codes

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

#b9bf6c Text Font Color

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

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


#b9bf6c Background Color

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

This div background color is #b9bf6c


#b9bf6c Border Color

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

This div border color is #b9bf6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bf6c


Comments

No comments written yet.

Please login to write comment.