Color Hex Logo

#bba75a Color Hex

#BBA75A
(187,167,90)
0 Favorites   0 Comments

Color spaces of #bba75a

RGB 18716790
HSL0.130.420.54
HSV48°52°73°
CMYK 0.000.110.52   0.27
XYZ36.157738.940415.2834
Yxy38.94040.40010.4308
Hunter Lab62.4022-5.775829.1604
CIE-Lab68.7081-2.830142.1083

#bba75a color RGB value is (187,167,90).

#bba75a hex color red value is 187, green value is 167 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bba75a hue: 0.13 , saturation: 0.42 and the lightness value of bba75a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 01011010
Octal 273 247 132
Decimal 187 167 90
Hex BB A7 5A

RGB Percentages of Color #bba75a

%42.12
%37.61
%20.27

CMYK Percentages of Color #bba75a

%0
%11
%52
%27

Triadic Colors of #bba75a

#bba75a #5abba7 #a75abb

Analogous Colors of #bba75a

#bba75a #9fbb5a #bb775a

Monochromatic Colors of #bba75a

#bba75a

Complementary Color

#bba75a #5a6ebb

#bba75a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba75a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba75a Color CSS Codes

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

#bba75a Text Font Color

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

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


#bba75a Background Color

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

This div background color is #bba75a


#bba75a Border Color

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

This div border color is #bba75a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba75a


Comments

No comments written yet.

Please login to write comment.