Color Hex Logo

#bba44d Color Hex

#BBA44D
(187,164,77)
0 Favorites   0 Comments

Color spaces of #bba44d

RGB 18716477
HSL0.130.450.52
HSV47°59°73°
CMYK 0.000.120.59   0.27
XYZ35.108537.651512.4382
Yxy37.65150.41210.4419
Hunter Lab61.3608-5.250030.9341
CIE-Lab67.7630-2.295147.3763

#bba44d color RGB value is (187,164,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 01001101
Octal 273 244 115
Decimal 187 164 77
Hex BB A4 4D

RGB Percentages of Color #bba44d

%43.69
%38.32
%17.99

CMYK Percentages of Color #bba44d

%0
%12
%59
%27

Triadic Colors of #bba44d

#bba44d #4dbba4 #a44dbb

Analogous Colors of #bba44d

#bba44d #9bbb4d #bb6d4d

Monochromatic Colors of #bba44d

#bba44d

Complementary Color

#bba44d #4d64bb

#bba44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba44d Color CSS Codes

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

#bba44d Text Font Color

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

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


#bba44d Background Color

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

This div background color is #bba44d


#bba44d Border Color

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

This div border color is #bba44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba44d


Comments

No comments written yet.

Please login to write comment.