Color Hex Logo

#bba41b Color Hex

#BBA41B
(187,164,27)
0 Favorites   0 Comments

Color spaces of #bba41b

RGB 18716427
HSL0.140.750.42
HSV51°86°73°
CMYK 0.000.120.86   0.27
XYZ33.966837.19486.4260
Yxy37.19480.43780.4794
Hunter Lab60.9875-7.313236.4441
CIE-Lab67.4229-4.761065.9650

#bba41b color RGB value is (187,164,27).

#bba41b hex color red value is 187, green value is 164 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bba41b hue: 0.14 , saturation: 0.75 and the lightness value of bba41b is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 00011011
Octal 273 244 33
Decimal 187 164 27
Hex BB A4 1B

RGB Percentages of Color #bba41b

%49.47
%43.39
%7.14

CMYK Percentages of Color #bba41b

%0
%12
%86
%27

Triadic Colors of #bba41b

#bba41b #1bbba4 #a41bbb

Analogous Colors of #bba41b

#bba41b #82bb1b #bb541b

Monochromatic Colors of #bba41b

#bba41b

Complementary Color

#bba41b #1b32bb

#bba41b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba41b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba41b Color CSS Codes

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

#bba41b Text Font Color

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

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


#bba41b Background Color

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

This div background color is #bba41b


#bba41b Border Color

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

This div border color is #bba41b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba41b


Comments

No comments written yet.

Please login to write comment.