Color Hex Logo

#bba61f Color Hex

#BBA61F
(187,166,31)
0 Favorites   0 Comments

Color spaces of #bba61f

RGB 18716631
HSL0.140.720.43
HSV52°83°73°
CMYK 0.000.110.83   0.27
XYZ34.377137.93626.8069
Yxy37.93620.43450.4795
Hunter Lab61.5924-8.158836.5622
CIE-Lab67.9736-5.711565.4053

#bba61f color RGB value is (187,166,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 00011111
Octal 273 246 37
Decimal 187 166 31
Hex BB A6 1F

RGB Percentages of Color #bba61f

%48.70
%43.23
%8.07

CMYK Percentages of Color #bba61f

%0
%11
%83
%27

Triadic Colors of #bba61f

#bba61f #1fbba6 #a61fbb

Analogous Colors of #bba61f

#bba61f #82bb1f #bb581f

Monochromatic Colors of #bba61f

#bba61f

Complementary Color

#bba61f #1f34bb

#bba61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba61f Color CSS Codes

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

#bba61f Text Font Color

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

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


#bba61f Background Color

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

This div background color is #bba61f


#bba61f Border Color

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

This div border color is #bba61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba61f


Comments

No comments written yet.

Please login to write comment.