Color Hex Logo

#bba13e Color Hex

#BBA13E
(187,161,62)
0 Favorites   0 Comments

Color spaces of #bba13e

RGB 18716162
HSL0.130.500.49
HSV48°67°73°
CMYK 0.000.140.67   0.27
XYZ34.107936.40239.7861
Yxy36.40230.42480.4533
Hunter Lab60.3343-4.676332.6173
CIE-Lab66.8262-1.698253.2164

#bba13e color RGB value is (187,161,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 00111110
Octal 273 241 76
Decimal 187 161 62
Hex BB A1 3E

RGB Percentages of Color #bba13e

%45.61
%39.27
%15.12

CMYK Percentages of Color #bba13e

%0
%14
%67
%27

Triadic Colors of #bba13e

#bba13e #3ebba1 #a13ebb

Analogous Colors of #bba13e

#bba13e #97bb3e #bb633e

Monochromatic Colors of #bba13e

#bba13e

Complementary Color

#bba13e #3e58bb

#bba13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba13e Color CSS Codes

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

#bba13e Text Font Color

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

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


#bba13e Background Color

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

This div background color is #bba13e


#bba13e Border Color

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

This div border color is #bba13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba13e


Comments

No comments written yet.

Please login to write comment.