Color Hex Logo

#bba129 Color Hex

#BBA129
(187,161,41)
0 Favorites   0 Comments

Color spaces of #bba129

RGB 18716141
HSL0.140.640.45
HSV49°78°73°
CMYK 0.000.140.78   0.27
XYZ33.638636.21467.3150
Yxy36.21460.43590.4693
Hunter Lab60.1786-5.534634.9180
CIE-Lab66.6836-2.720761.2533

#bba129 color RGB value is (187,161,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 00101001
Octal 273 241 51
Decimal 187 161 41
Hex BB A1 29

RGB Percentages of Color #bba129

%48.07
%41.39
%10.54

CMYK Percentages of Color #bba129

%0
%14
%78
%27

Triadic Colors of #bba129

#bba129 #29bba1 #a129bb

Analogous Colors of #bba129

#bba129 #8cbb29 #bb5829

Monochromatic Colors of #bba129

#bba129

Complementary Color

#bba129 #2943bb

#bba129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba129 Color CSS Codes

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

#bba129 Text Font Color

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

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


#bba129 Background Color

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

This div background color is #bba129


#bba129 Border Color

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

This div border color is #bba129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba129


Comments

No comments written yet.

Please login to write comment.