Color Hex Logo

#bba34a Color Hex

#BBA34A
(187,163,74)
0 Favorites   0 Comments

Color spaces of #bba34a

RGB 18716374
HSL0.130.450.51
HSV47°60°73°
CMYK 0.000.130.60   0.27
XYZ34.826737.253611.8337
Yxy37.25360.41500.4439
Hunter Lab61.0357-4.961331.2298
CIE-Lab67.4669-1.981148.4640

#bba34a color RGB value is (187,163,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 01001010
Octal 273 243 112
Decimal 187 163 74
Hex BB A3 4A

RGB Percentages of Color #bba34a

%44.10
%38.44
%17.45

CMYK Percentages of Color #bba34a

%0
%13
%60
%27

Triadic Colors of #bba34a

#bba34a #4abba3 #a34abb

Analogous Colors of #bba34a

#bba34a #9bbb4a #bb6b4a

Monochromatic Colors of #bba34a

#bba34a

Complementary Color

#bba34a #4a62bb

#bba34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba34a Color CSS Codes

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

#bba34a Text Font Color

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

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


#bba34a Background Color

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

This div background color is #bba34a


#bba34a Border Color

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

This div border color is #bba34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba34a

#bba34a Color Palettes


Comments

No comments written yet.

Please login to write comment.