Color Hex Logo

#bba22b Color Hex

#BBA22B
(187,162,43)
0 Favorites   0 Comments

Color spaces of #bba22b

RGB 18716243
HSL0.140.630.45
HSV50°77°73°
CMYK 0.000.130.77   0.27
XYZ33.849936.57997.5620
Yxy36.57990.43400.4690
Hunter Lab60.4813-5.940334.9239
CIE-Lab66.9607-3.176060.8261

#bba22b color RGB value is (187,162,43).

#bba22b hex color red value is 187, green value is 162 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bba22b hue: 0.14 , saturation: 0.63 and the lightness value of bba22b is 0.45.

The process color (four color CMYK) of #bba22b color hex is 0.00, 0.13, 0.77, 0.27. Web safe color of #bba22b is #cc9933. Color #bba22b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100010 00101011
Octal 273 242 53
Decimal 187 162 43
Hex BB A2 2B

RGB Percentages of Color #bba22b

%47.70
%41.33
%10.97

CMYK Percentages of Color #bba22b

%0
%13
%77
%27

Triadic Colors of #bba22b

#bba22b #2bbba2 #a22bbb

Analogous Colors of #bba22b

#bba22b #8cbb2b #bb5a2b

Monochromatic Colors of #bba22b

#bba22b

Complementary Color

#bba22b #2b44bb

#bba22b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba22b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba22b Color CSS Codes

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

#bba22b Text Font Color

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

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


#bba22b Background Color

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

This div background color is #bba22b


#bba22b Border Color

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

This div border color is #bba22b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba22b


Comments

No comments written yet.

Please login to write comment.