Color Hex Logo

#bba12e Color Hex

#BBA12E
(187,161,46)
0 Favorites   0 Comments

Color spaces of #bba12e

RGB 18716146
HSL0.140.610.46
HSV49°75°73°
CMYK 0.000.140.75   0.27
XYZ33.731536.25187.8042
Yxy36.25180.43360.4660
Hunter Lab60.2095-5.364534.4616
CIE-Lab66.7119-2.517459.5287

#bba12e color RGB value is (187,161,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 00101110
Octal 273 241 56
Decimal 187 161 46
Hex BB A1 2E

RGB Percentages of Color #bba12e

%47.46
%40.86
%11.68

CMYK Percentages of Color #bba12e

%0
%14
%75
%27

Triadic Colors of #bba12e

#bba12e #2ebba1 #a12ebb

Analogous Colors of #bba12e

#bba12e #8fbb2e #bb5b2e

Monochromatic Colors of #bba12e

#bba12e

Complementary Color

#bba12e #2e48bb

#bba12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba12e Color CSS Codes

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

#bba12e Text Font Color

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

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


#bba12e Background Color

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

This div background color is #bba12e


#bba12e Border Color

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

This div border color is #bba12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba12e


Comments

No comments written yet.

Please login to write comment.