Color Hex Logo

#bba71f Color Hex

#BBA71F
(187,167,31)
0 Favorites   0 Comments

Color spaces of #bba71f

RGB 18716731
HSL0.150.720.43
HSV52°83°73°
CMYK 0.000.110.83   0.27
XYZ34.559638.30126.8677
Yxy38.30120.43350.4804
Hunter Lab61.8880-8.625636.7422
CIE-Lab68.2420-6.239465.6325

#bba71f color RGB value is (187,167,31).

#bba71f hex color red value is 187, green value is 167 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bba71f hue: 0.15 , saturation: 0.72 and the lightness value of bba71f is 0.43.

The process color (four color CMYK) of #bba71f color hex is 0.00, 0.11, 0.83, 0.27. Web safe color of #bba71f is #cc9933. Color #bba71f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 00011111
Octal 273 247 37
Decimal 187 167 31
Hex BB A7 1F

RGB Percentages of Color #bba71f

%48.57
%43.38
%8.05

CMYK Percentages of Color #bba71f

%0
%11
%83
%27

Triadic Colors of #bba71f

#bba71f #1fbba7 #a71fbb

Analogous Colors of #bba71f

#bba71f #81bb1f #bb591f

Monochromatic Colors of #bba71f

#bba71f

Complementary Color

#bba71f #1f33bb

#bba71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba71f Color CSS Codes

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

#bba71f Text Font Color

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

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


#bba71f Background Color

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

This div background color is #bba71f


#bba71f Border Color

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

This div border color is #bba71f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba71f


Comments

No comments written yet.

Please login to write comment.