Color Hex Logo

#bba94d Color Hex

#BBA94D
(187,169,77)
0 Favorites   0 Comments

Color spaces of #bba94d

RGB 18716977
HSL0.140.450.52
HSV50°59°73°
CMYK 0.000.100.59   0.27
XYZ36.021039.476612.7424
Yxy39.47660.40820.4474
Hunter Lab62.8304-7.618231.9569
CIE-Lab69.0951-4.955448.8883

#bba94d color RGB value is (187,169,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 01001101
Octal 273 251 115
Decimal 187 169 77
Hex BB A9 4D

RGB Percentages of Color #bba94d

%43.19
%39.03
%17.78

CMYK Percentages of Color #bba94d

%0
%10
%59
%27

Triadic Colors of #bba94d

#bba94d #4dbba9 #a94dbb

Analogous Colors of #bba94d

#bba94d #96bb4d #bb724d

Monochromatic Colors of #bba94d

#bba94d

Complementary Color

#bba94d #4d5fbb

#bba94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba94d Color CSS Codes

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

#bba94d Text Font Color

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

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


#bba94d Background Color

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

This div background color is #bba94d


#bba94d Border Color

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

This div border color is #bba94d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba94d


Comments

No comments written yet.

Please login to write comment.