Color Hex Logo

#bba13a Color Hex

#BBA13A
(187,161,58)
0 Favorites   0 Comments

Color spaces of #bba13a

RGB 18716158
HSL0.130.530.48
HSV48°69°73°
CMYK 0.000.140.69   0.27
XYZ34.002136.36009.2291
Yxy36.36000.42720.4568
Hunter Lab60.2993-4.869533.1348
CIE-Lab66.7941-1.927654.8941

#bba13a color RGB value is (187,161,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 00111010
Octal 273 241 72
Decimal 187 161 58
Hex BB A1 3A

RGB Percentages of Color #bba13a

%46.06
%39.66
%14.29

CMYK Percentages of Color #bba13a

%0
%14
%69
%27

Triadic Colors of #bba13a

#bba13a #3abba1 #a13abb

Analogous Colors of #bba13a

#bba13a #95bb3a #bb603a

Monochromatic Colors of #bba13a

#bba13a

Complementary Color

#bba13a #3a54bb

#bba13a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba13a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba13a Color CSS Codes

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

#bba13a Text Font Color

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

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


#bba13a Background Color

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

This div background color is #bba13a


#bba13a Border Color

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

This div border color is #bba13a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba13a


Comments

No comments written yet.

Please login to write comment.