Color Hex Logo

#bbb16a Color Hex

#BBB16A
(187,177,106)
0 Favorites   0 Comments

Color spaces of #bbb16a

RGB 187177106
HSL0.150.370.57
HSV53°43°73°
CMYK 0.000.050.43   0.27
XYZ38.817243.049719.8992
Yxy43.04970.38140.4230
Hunter Lab65.6123-9.218227.9468
CIE-Lab71.5887-6.573337.5169

#bbb16a color RGB value is (187,177,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 01101010
Octal 273 261 152
Decimal 187 177 106
Hex BB B1 6A

RGB Percentages of Color #bbb16a

%39.79
%37.66
%22.55

CMYK Percentages of Color #bbb16a

%0
%5
%43
%27

Triadic Colors of #bbb16a

#bbb16a #6abbb1 #b16abb

Analogous Colors of #bbb16a

#bbb16a #9dbb6a #bb896a

Monochromatic Colors of #bbb16a

#bbb16a

Complementary Color

#bbb16a #6a74bb

#bbb16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb16a Color CSS Codes

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

#bbb16a Text Font Color

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

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


#bbb16a Background Color

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

This div background color is #bbb16a


#bbb16a Border Color

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

This div border color is #bbb16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb16a


Comments

No comments written yet.

Please login to write comment.