Color Hex Logo

#bbb66f Color Hex

#BBB66F
(187,182,111)
0 Favorites   0 Comments

Color spaces of #bbb66f

RGB 187182111
HSL0.160.360.58
HSV56°41°73°
CMYK 0.000.030.41   0.27
XYZ40.090745.168421.6443
Yxy45.16840.37500.4225
Hunter Lab67.2074-11.133927.9507
CIE-Lab73.0026-8.654736.7295

#bbb66f color RGB value is (187,182,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 01101111
Octal 273 266 157
Decimal 187 182 111
Hex BB B6 6F

RGB Percentages of Color #bbb66f

%38.96
%37.92
%23.13

CMYK Percentages of Color #bbb66f

%0
%3
%41
%27

Triadic Colors of #bbb66f

#bbb66f #6fbbb6 #b66fbb

Analogous Colors of #bbb66f

#bbb66f #9abb6f #bb906f

Monochromatic Colors of #bbb66f

#bbb66f

Complementary Color

#bbb66f #6f74bb

#bbb66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb66f Color CSS Codes

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

#bbb66f Text Font Color

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

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


#bbb66f Background Color

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

This div background color is #bbb66f


#bbb66f Border Color

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

This div border color is #bbb66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb66f


Comments

No comments written yet.

Please login to write comment.