Color Hex Logo

#bba44f Color Hex

#BBA44F
(187,164,79)
0 Favorites   0 Comments

Color spaces of #bba44f

RGB 18716479
HSL0.130.440.52
HSV47°58°73°
CMYK 0.000.120.58   0.27
XYZ35.180337.680212.8159
Yxy37.68020.41060.4398
Hunter Lab61.3842-5.121030.5903
CIE-Lab67.7843-2.142446.4405

#bba44f color RGB value is (187,164,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 01001111
Octal 273 244 117
Decimal 187 164 79
Hex BB A4 4F

RGB Percentages of Color #bba44f

%43.49
%38.14
%18.37

CMYK Percentages of Color #bba44f

%0
%12
%58
%27

Triadic Colors of #bba44f

#bba44f #4fbba4 #a44fbb

Analogous Colors of #bba44f

#bba44f #9cbb4f #bb6e4f

Monochromatic Colors of #bba44f

#bba44f

Complementary Color

#bba44f #4f66bb

#bba44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba44f Color CSS Codes

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

#bba44f Text Font Color

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

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


#bba44f Background Color

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

This div background color is #bba44f


#bba44f Border Color

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

This div border color is #bba44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba44f


Comments

No comments written yet.

Please login to write comment.