Color Hex Logo

#bba43b Color Hex

#BBA43B
(187,164,59)
0 Favorites   0 Comments

Color spaces of #bba43b

RGB 18716459
HSL0.140.520.48
HSV49°68°73°
CMYK 0.000.120.68   0.27
XYZ34.558437.43159.5412
Yxy37.43150.42390.4591
Hunter Lab61.1813-6.241133.5806
CIE-Lab67.5995-3.474155.3034

#bba43b color RGB value is (187,164,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 00111011
Octal 273 244 73
Decimal 187 164 59
Hex BB A4 3B

RGB Percentages of Color #bba43b

%45.61
%40.00
%14.39

CMYK Percentages of Color #bba43b

%0
%12
%68
%27

Triadic Colors of #bba43b

#bba43b #3bbba4 #a43bbb

Analogous Colors of #bba43b

#bba43b #92bb3b #bb643b

Monochromatic Colors of #bba43b

#bba43b

Complementary Color

#bba43b #3b52bb

#bba43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba43b Color CSS Codes

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

#bba43b Text Font Color

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

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


#bba43b Background Color

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

This div background color is #bba43b


#bba43b Border Color

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

This div border color is #bba43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba43b


Comments

No comments written yet.

Please login to write comment.