Color Hex Logo

#bba74a Color Hex

#BBA74A
(187,167,74)
0 Favorites   0 Comments

Color spaces of #bba74a

RGB 18716774
HSL0.140.450.51
HSV49°60°73°
CMYK 0.000.110.60   0.27
XYZ35.548338.696612.0742
Yxy38.69660.41180.4483
Hunter Lab62.2066-6.856732.0365
CIE-Lab68.5309-4.113449.6564

#bba74a color RGB value is (187,167,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 01001010
Octal 273 247 112
Decimal 187 167 74
Hex BB A7 4A

RGB Percentages of Color #bba74a

%43.69
%39.02
%17.29

CMYK Percentages of Color #bba74a

%0
%11
%60
%27

Triadic Colors of #bba74a

#bba74a #4abba7 #a74abb

Analogous Colors of #bba74a

#bba74a #97bb4a #bb6f4a

Monochromatic Colors of #bba74a

#bba74a

Complementary Color

#bba74a #4a5ebb

#bba74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba74a Color CSS Codes

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

#bba74a Text Font Color

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

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


#bba74a Background Color

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

This div background color is #bba74a


#bba74a Border Color

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

This div border color is #bba74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba74a


Comments

No comments written yet.

Please login to write comment.