Color Hex Logo

#bba76e Color Hex

#BBA76E
(187,167,110)
0 Favorites   0 Comments

Color spaces of #bba76e

RGB 187167110
HSL0.120.360.58
HSV44°41°73°
CMYK 0.000.110.41   0.27
XYZ37.126739.328020.3861
Yxy39.32800.38340.4061
Hunter Lab62.7120-4.070724.6247
CIE-Lab68.9882-0.829632.1150

#bba76e color RGB value is (187,167,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 01101110
Octal 273 247 156
Decimal 187 167 110
Hex BB A7 6E

RGB Percentages of Color #bba76e

%40.30
%35.99
%23.71

CMYK Percentages of Color #bba76e

%0
%11
%41
%27

Triadic Colors of #bba76e

#bba76e #6ebba7 #a76ebb

Analogous Colors of #bba76e

#bba76e #a9bb6e #bb816e

Monochromatic Colors of #bba76e

#bba76e

Complementary Color

#bba76e #6e82bb

#bba76e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba76e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba76e Color CSS Codes

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

#bba76e Text Font Color

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

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


#bba76e Background Color

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

This div background color is #bba76e


#bba76e Border Color

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

This div border color is #bba76e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba76e


Comments

No comments written yet.

Please login to write comment.