Color Hex Logo

#bba94e Color Hex

#BBA94E
(187,169,78)
0 Favorites   0 Comments

Color spaces of #bba94e

RGB 18716978
HSL0.140.440.52
HSV50°58°73°
CMYK 0.000.100.58   0.27
XYZ36.056639.490812.9298
Yxy39.49080.40750.4463
Hunter Lab62.8417-7.555331.7902
CIE-Lab69.1053-4.880348.4287

#bba94e color RGB value is (187,169,78).

#bba94e hex color red value is 187, green value is 169 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bba94e hue: 0.14 , saturation: 0.44 and the lightness value of bba94e is 0.52.

The process color (four color CMYK) of #bba94e color hex is 0.00, 0.10, 0.58, 0.27. Web safe color of #bba94e is #cc9966. Color #bba94e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 01001110
Octal 273 251 116
Decimal 187 169 78
Hex BB A9 4E

RGB Percentages of Color #bba94e

%43.09
%38.94
%17.97

CMYK Percentages of Color #bba94e

%0
%10
%58
%27

Triadic Colors of #bba94e

#bba94e #4ebba9 #a94ebb

Analogous Colors of #bba94e

#bba94e #97bb4e #bb734e

Monochromatic Colors of #bba94e

#bba94e

Complementary Color

#bba94e #4e60bb

#bba94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba94e Color CSS Codes

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

#bba94e Text Font Color

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

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


#bba94e Background Color

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

This div background color is #bba94e


#bba94e Border Color

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

This div border color is #bba94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba94e


Comments

No comments written yet.

Please login to write comment.