Color Hex Logo

#bba51f Color Hex

#BBA51F
(187,165,31)
0 Favorites   0 Comments

Color spaces of #bba51f

RGB 18716531
HSL0.140.720.43
HSV52°83°73°
CMYK 0.000.120.83   0.27
XYZ34.196037.57406.7465
Yxy37.57400.43550.4785
Hunter Lab61.2976-7.691436.3828
CIE-Lab67.7055-5.182665.1785

#bba51f color RGB value is (187,165,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100101 00011111
Octal 273 245 37
Decimal 187 165 31
Hex BB A5 1F

RGB Percentages of Color #bba51f

%48.83
%43.08
%8.09

CMYK Percentages of Color #bba51f

%0
%12
%83
%27

Triadic Colors of #bba51f

#bba51f #1fbba5 #a51fbb

Analogous Colors of #bba51f

#bba51f #83bb1f #bb571f

Monochromatic Colors of #bba51f

#bba51f

Complementary Color

#bba51f #1f35bb

#bba51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba51f Color CSS Codes

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

#bba51f Text Font Color

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

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


#bba51f Background Color

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

This div background color is #bba51f


#bba51f Border Color

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

This div border color is #bba51f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,165,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 #bba51f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba51f


Comments

No comments written yet.

Please login to write comment.