Color Hex Logo

#bba122 Color Hex

#BBA122
(187,161,34)
0 Favorites   0 Comments

Color spaces of #bba122

RGB 18716134
HSL0.140.690.43
HSV50°82°73°
CMYK 0.000.140.82   0.27
XYZ33.527136.17006.7278
Yxy36.17000.43870.4733
Hunter Lab60.1415-5.739235.4665
CIE-Lab66.6496-2.965563.4313

#bba122 color RGB value is (187,161,34).

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

The process color (four color CMYK) of #bba122 color hex is 0.00, 0.14, 0.82, 0.27. Web safe color of #bba122 is #cc9933. Color #bba122 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 00100010
Octal 273 241 42
Decimal 187 161 34
Hex BB A1 22

RGB Percentages of Color #bba122

%48.95
%42.15
%8.90

CMYK Percentages of Color #bba122

%0
%14
%82
%27

Triadic Colors of #bba122

#bba122 #22bba1 #a122bb

Analogous Colors of #bba122

#bba122 #89bb22 #bb5422

Monochromatic Colors of #bba122

#bba122

Complementary Color

#bba122 #223cbb

#bba122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba122 Color CSS Codes

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

#bba122 Text Font Color

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

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


#bba122 Background Color

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

This div background color is #bba122


#bba122 Border Color

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

This div border color is #bba122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba122


Comments

No comments written yet.

Please login to write comment.