Color Hex Logo

#bbb36f Color Hex

#BBB36F
(187,179,111)
0 Favorites   0 Comments

Color spaces of #bbb36f

RGB 187179111
HSL0.150.360.58
HSV54°41°73°
CMYK 0.000.040.41   0.27
XYZ39.482943.952721.4417
Yxy43.95270.37650.4191
Hunter Lab66.2968-9.714327.2322
CIE-Lab72.1969-7.086235.7055

#bbb36f color RGB value is (187,179,111).

#bbb36f hex color red value is 187, green value is 179 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bbb36f hue: 0.15 , saturation: 0.36 and the lightness value of bbb36f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 01101111
Octal 273 263 157
Decimal 187 179 111
Hex BB B3 6F

RGB Percentages of Color #bbb36f

%39.20
%37.53
%23.27

CMYK Percentages of Color #bbb36f

%0
%4
%41
%27

Triadic Colors of #bbb36f

#bbb36f #6fbbb3 #b36fbb

Analogous Colors of #bbb36f

#bbb36f #9dbb6f #bb8d6f

Monochromatic Colors of #bbb36f

#bbb36f

Complementary Color

#bbb36f #6f77bb

#bbb36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb36f Color CSS Codes

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

#bbb36f Text Font Color

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

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


#bbb36f Background Color

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

This div background color is #bbb36f


#bbb36f Border Color

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

This div border color is #bbb36f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb36f


Comments

No comments written yet.

Please login to write comment.