Color Hex Logo

#bba90f Color Hex

#BBA90F
(187,169,15)
0 Favorites   0 Comments

Color spaces of #bba90f

RGB 18716915
HSL0.150.850.40
HSV54°92°73°
CMYK 0.000.100.92   0.27
XYZ34.767738.97526.1425
Yxy38.97520.43520.4879
Hunter Lab62.4301-9.845037.8675
CIE-Lab68.7333-7.642169.3867

#bba90f color RGB value is (187,169,15).

#bba90f hex color red value is 187, green value is 169 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bba90f hue: 0.15 , saturation: 0.85 and the lightness value of bba90f is 0.40.

The process color (four color CMYK) of #bba90f color hex is 0.00, 0.10, 0.92, 0.27. Web safe color of #bba90f is #cc9900. Color #bba90f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 00001111
Octal 273 251 17
Decimal 187 169 15
Hex BB A9 F

RGB Percentages of Color #bba90f

%50.40
%45.55
%4.04

CMYK Percentages of Color #bba90f

%0
%10
%92
%27

Triadic Colors of #bba90f

#bba90f #0fbba9 #a90fbb

Analogous Colors of #bba90f

#bba90f #77bb0f #bb530f

Monochromatic Colors of #bba90f

#bba90f

Complementary Color

#bba90f #0f21bb

#bba90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba90f Color CSS Codes

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

#bba90f Text Font Color

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

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


#bba90f Background Color

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

This div background color is #bba90f


#bba90f Border Color

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

This div border color is #bba90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba90f


Comments

No comments written yet.

Please login to write comment.