Color Hex Logo

#bba142 Color Hex

#BBA142
(187,161,66)
0 Favorites   0 Comments

Color spaces of #bba142

RGB 18716166
HSL0.130.480.50
HSV47°65°73°
CMYK 0.000.140.65   0.27
XYZ34.221836.447910.3857
Yxy36.44790.42220.4497
Hunter Lab60.3721-4.468832.0609
CIE-Lab66.8607-1.452151.4825

#bba142 color RGB value is (187,161,66).

#bba142 hex color red value is 187, green value is 161 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #bba142 hue: 0.13 , saturation: 0.48 and the lightness value of bba142 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 01000010
Octal 273 241 102
Decimal 187 161 66
Hex BB A1 42

RGB Percentages of Color #bba142

%45.17
%38.89
%15.94

CMYK Percentages of Color #bba142

%0
%14
%65
%27

Triadic Colors of #bba142

#bba142 #42bba1 #a142bb

Analogous Colors of #bba142

#bba142 #99bb42 #bb6542

Monochromatic Colors of #bba142

#bba142

Complementary Color

#bba142 #425cbb

#bba142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba142 Color CSS Codes

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

#bba142 Text Font Color

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

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


#bba142 Background Color

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

This div background color is #bba142


#bba142 Border Color

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

This div border color is #bba142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba142


Comments

No comments written yet.

Please login to write comment.