Color Hex Logo

#bbb16d Color Hex

#BBB16D
(187,177,109)
0 Favorites   0 Comments

Color spaces of #bbb16d

RGB 187177109
HSL0.150.360.58
HSV52°42°73°
CMYK 0.000.050.42   0.27
XYZ38.976043.113220.7354
Yxy43.11320.37910.4193
Hunter Lab65.6606-8.949027.2389
CIE-Lab71.6317-6.253736.0231

#bbb16d color RGB value is (187,177,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 01101101
Octal 273 261 155
Decimal 187 177 109
Hex BB B1 6D

RGB Percentages of Color #bbb16d

%39.53
%37.42
%23.04

CMYK Percentages of Color #bbb16d

%0
%5
%42
%27

Triadic Colors of #bbb16d

#bbb16d #6dbbb1 #b16dbb

Analogous Colors of #bbb16d

#bbb16d #9ebb6d #bb8a6d

Monochromatic Colors of #bbb16d

#bbb16d

Complementary Color

#bbb16d #6d77bb

#bbb16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb16d Color CSS Codes

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

#bbb16d Text Font Color

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

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


#bbb16d Background Color

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

This div background color is #bbb16d


#bbb16d Border Color

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

This div border color is #bbb16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb16d


Comments

No comments written yet.

Please login to write comment.