Color Hex Logo

#bbb16f Color Hex

#BBB16F
(187,177,111)
0 Favorites   0 Comments

Color spaces of #bbb16f

RGB 187177111
HSL0.140.360.58
HSV52°41°73°
CMYK 0.000.050.41   0.27
XYZ39.084943.156821.3090
Yxy43.15680.37740.4168
Hunter Lab65.6938-8.764726.7539
CIE-Lab71.6613-6.035335.0226

#bbb16f color RGB value is (187,177,111).

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

The process color (four color CMYK) of #bbb16f color hex is 0.00, 0.05, 0.41, 0.27. Web safe color of #bbb16f is #cc9966. Color #bbb16f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 01101111
Octal 273 261 157
Decimal 187 177 111
Hex BB B1 6F

RGB Percentages of Color #bbb16f

%39.37
%37.26
%23.37

CMYK Percentages of Color #bbb16f

%0
%5
%41
%27

Triadic Colors of #bbb16f

#bbb16f #6fbbb1 #b16fbb

Analogous Colors of #bbb16f

#bbb16f #9fbb6f #bb8b6f

Monochromatic Colors of #bbb16f

#bbb16f

Complementary Color

#bbb16f #6f79bb

#bbb16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb16f Color CSS Codes

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

#bbb16f Text Font Color

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

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


#bbb16f Background Color

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

This div background color is #bbb16f


#bbb16f Border Color

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

This div border color is #bbb16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb16f


Comments

No comments written yet.

Please login to write comment.