Color Hex Logo

#bba75e Color Hex

#BBA75E
(187,167,94)
0 Favorites   0 Comments

Color spaces of #bba75e

RGB 18716794
HSL0.130.410.55
HSV47°50°73°
CMYK 0.000.110.50   0.27
XYZ36.332639.010416.2045
Yxy39.01040.39690.4261
Hunter Lab62.4583-5.466928.3383
CIE-Lab68.7588-2.465540.1482

#bba75e color RGB value is (187,167,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 01011110
Octal 273 247 136
Decimal 187 167 94
Hex BB A7 5E

RGB Percentages of Color #bba75e

%41.74
%37.28
%20.98

CMYK Percentages of Color #bba75e

%0
%11
%50
%27

Triadic Colors of #bba75e

#bba75e #5ebba7 #a75ebb

Analogous Colors of #bba75e

#bba75e #a1bb5e #bb795e

Monochromatic Colors of #bba75e

#bba75e

Complementary Color

#bba75e #5e72bb

#bba75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba75e Color CSS Codes

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

#bba75e Text Font Color

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

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


#bba75e Background Color

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

This div background color is #bba75e


#bba75e Border Color

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

This div border color is #bba75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba75e


Comments

No comments written yet.

Please login to write comment.