Color Hex Logo

#bba54e Color Hex

#BBA54E
(187,165,78)
0 Favorites   0 Comments

Color spaces of #bba54e

RGB 18716578
HSL0.130.440.52
HSV48°58°73°
CMYK 0.000.120.58   0.27
XYZ35.323838.025112.6855
Yxy38.02510.41060.4420
Hunter Lab61.6645-5.661230.9681
CIE-Lab68.0391-2.753547.2135

#bba54e color RGB value is (187,165,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100101 01001110
Octal 273 245 116
Decimal 187 165 78
Hex BB A5 4E

RGB Percentages of Color #bba54e

%43.49
%38.37
%18.14

CMYK Percentages of Color #bba54e

%0
%12
%58
%27

Triadic Colors of #bba54e

#bba54e #4ebba5 #a54ebb

Analogous Colors of #bba54e

#bba54e #9bbb4e #bb6f4e

Monochromatic Colors of #bba54e

#bba54e

Complementary Color

#bba54e #4e64bb

#bba54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba54e Color CSS Codes

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

#bba54e Text Font Color

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

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


#bba54e Background Color

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

This div background color is #bba54e


#bba54e Border Color

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

This div border color is #bba54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba54e


Comments

No comments written yet.

Please login to write comment.