Color Hex Logo

#bbb37f Color Hex

#BBB37F
(187,179,127)
0 Favorites   0 Comments

Color spaces of #bbb37f

RGB 187179127
HSL0.140.310.62
HSV52°32°73°
CMYK 0.000.040.32   0.27
XYZ40.444444.337326.5050
Yxy44.33730.36340.3984
Hunter Lab66.5863-8.105323.0097
CIE-Lab72.4534-5.187627.6278

#bbb37f color RGB value is (187,179,127).

#bbb37f hex color red value is 187, green value is 179 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bbb37f hue: 0.14 , saturation: 0.31 and the lightness value of bbb37f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 01111111
Octal 273 263 177
Decimal 187 179 127
Hex BB B3 7F

RGB Percentages of Color #bbb37f

%37.93
%36.31
%25.76

CMYK Percentages of Color #bbb37f

%0
%4
%32
%27

Triadic Colors of #bbb37f

#bbb37f #7fbbb3 #b37fbb

Analogous Colors of #bbb37f

#bbb37f #a5bb7f #bb957f

Monochromatic Colors of #bbb37f

#bbb37f

Complementary Color

#bbb37f #7f87bb

#bbb37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb37f Color CSS Codes

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

#bbb37f Text Font Color

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

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


#bbb37f Background Color

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

This div background color is #bbb37f


#bbb37f Border Color

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

This div border color is #bbb37f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,179,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 #bbb37f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb37f


Comments

No comments written yet.

Please login to write comment.