Color Hex Logo

#bba64a Color Hex

#BBA64A
(187,166,74)
0 Favorites   0 Comments

Color spaces of #bba64a

RGB 18716674
HSL0.140.450.51
HSV49°60°73°
CMYK 0.000.110.60   0.27
XYZ35.365838.331612.0133
Yxy38.33160.41260.4472
Hunter Lab61.9125-6.383831.8343
CIE-Lab68.2643-3.581749.3585

#bba64a color RGB value is (187,166,74).

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

The process color (four color CMYK) of #bba64a color hex is 0.00, 0.11, 0.60, 0.27. Web safe color of #bba64a is #cc9933. Color #bba64a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 01001010
Octal 273 246 112
Decimal 187 166 74
Hex BB A6 4A

RGB Percentages of Color #bba64a

%43.79
%38.88
%17.33

CMYK Percentages of Color #bba64a

%0
%11
%60
%27

Triadic Colors of #bba64a

#bba64a #4abba6 #a64abb

Analogous Colors of #bba64a

#bba64a #98bb4a #bb6e4a

Monochromatic Colors of #bba64a

#bba64a

Complementary Color

#bba64a #4a5fbb

#bba64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba64a Color CSS Codes

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

#bba64a Text Font Color

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

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


#bba64a Background Color

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

This div background color is #bba64a


#bba64a Border Color

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

This div border color is #bba64a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba64a


Comments

No comments written yet.

Please login to write comment.