Color Hex Logo

#b9b67f Color Hex

#B9B67F
(185,182,127)
0 Favorites   0 Comments

Color spaces of #b9b67f

RGB 185182127
HSL0.160.290.61
HSV57°31°73°
CMYK 0.000.020.31   0.27
XYZ40.566345.302526.6849
Yxy45.30250.36040.4025
Hunter Lab67.3071-10.204823.6086
CIE-Lab73.0906-7.557028.4447

#b9b67f color RGB value is (185,182,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10110110 01111111
Octal 271 266 177
Decimal 185 182 127
Hex B9 B6 7F

RGB Percentages of Color #b9b67f

%37.45
%36.84
%25.71

CMYK Percentages of Color #b9b67f

%0
%2
%31
%27

Triadic Colors of #b9b67f

#b9b67f #7fb9b6 #b67fb9

Analogous Colors of #b9b67f

#b9b67f #9fb97f #b9997f

Monochromatic Colors of #b9b67f

#b9b67f

Complementary Color

#b9b67f #7f82b9

#b9b67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9b67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9b67f Color CSS Codes

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

#b9b67f Text Font Color

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

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


#b9b67f Background Color

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

This div background color is #b9b67f


#b9b67f Border Color

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

This div border color is #b9b67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9b67f


Comments

No comments written yet.

Please login to write comment.