Color Hex Logo

#bba66f Color Hex

#BBA66F
(187,166,111)
0 Favorites   0 Comments

Color spaces of #bba66f

RGB 187166111
HSL0.120.360.58
HSV43°41°73°
CMYK 0.000.110.41   0.27
XYZ36.999038.984920.6137
Yxy38.98490.38300.4036
Hunter Lab62.4379-3.492024.1321
CIE-Lab68.7403-0.180731.2635

#bba66f color RGB value is (187,166,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 01101111
Octal 273 246 157
Decimal 187 166 111
Hex BB A6 6F

RGB Percentages of Color #bba66f

%40.30
%35.78
%23.92

CMYK Percentages of Color #bba66f

%0
%11
%41
%27

Triadic Colors of #bba66f

#bba66f #6fbba6 #a66fbb

Analogous Colors of #bba66f

#bba66f #aabb6f #bb806f

Monochromatic Colors of #bba66f

#bba66f

Complementary Color

#bba66f #6f84bb

#bba66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba66f Color CSS Codes

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

#bba66f Text Font Color

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

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


#bba66f Background Color

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

This div background color is #bba66f


#bba66f Border Color

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

This div border color is #bba66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba66f


Comments

No comments written yet.

Please login to write comment.