Color Hex Logo

#bba64d Color Hex

#BBA64D
(187,166,77)
0 Favorites   0 Comments

Color spaces of #bba64d

RGB 18716677
HSL0.130.450.52
HSV49°59°73°
CMYK 0.000.110.59   0.27
XYZ35.469338.373112.5585
Yxy38.37310.41050.4441
Hunter Lab61.9460-6.199331.3422
CIE-Lab68.2947-3.362247.9812

#bba64d color RGB value is (187,166,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 01001101
Octal 273 246 115
Decimal 187 166 77
Hex BB A6 4D

RGB Percentages of Color #bba64d

%43.49
%38.60
%17.91

CMYK Percentages of Color #bba64d

%0
%11
%59
%27

Triadic Colors of #bba64d

#bba64d #4dbba6 #a64dbb

Analogous Colors of #bba64d

#bba64d #99bb4d #bb6f4d

Monochromatic Colors of #bba64d

#bba64d

Complementary Color

#bba64d #4d62bb

#bba64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba64d Color CSS Codes

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

#bba64d Text Font Color

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

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


#bba64d Background Color

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

This div background color is #bba64d


#bba64d Border Color

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

This div border color is #bba64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba64d


Comments

No comments written yet.

Please login to write comment.