Color Hex Logo

#bba16f Color Hex

#BBA16F
(187,161,111)
0 Favorites   0 Comments

Color spaces of #bba16f

RGB 187161111
HSL0.110.360.58
HSV39°41°73°
CMYK 0.000.140.41   0.27
XYZ36.107637.202220.3166
Yxy37.20220.38570.3973
Hunter Lab60.9936-1.068622.9464
CIE-Lab67.42852.518129.5560

#bba16f color RGB value is (187,161,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 01101111
Octal 273 241 157
Decimal 187 161 111
Hex BB A1 6F

RGB Percentages of Color #bba16f

%40.74
%35.08
%24.18

CMYK Percentages of Color #bba16f

%0
%14
%41
%27

Triadic Colors of #bba16f

#bba16f #6fbba1 #a16fbb

Analogous Colors of #bba16f

#bba16f #afbb6f #bb7b6f

Monochromatic Colors of #bba16f

#bba16f

Complementary Color

#bba16f #6f89bb

#bba16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba16f Color CSS Codes

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

#bba16f Text Font Color

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

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


#bba16f Background Color

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

This div background color is #bba16f


#bba16f Border Color

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

This div border color is #bba16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba16f


Comments

No comments written yet.

Please login to write comment.