Color Hex Logo

#bba03a Color Hex

#BBA03A
(187,160,58)
0 Favorites   0 Comments

Color spaces of #bba03a

RGB 18716058
HSL0.130.530.48
HSV47°69°73°
CMYK 0.000.140.69   0.27
XYZ33.828036.01199.1710
Yxy36.01190.42810.4558
Hunter Lab60.0099-4.395732.9460
CIE-Lab66.5290-1.392054.6218

#bba03a color RGB value is (187,160,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 00111010
Octal 273 240 72
Decimal 187 160 58
Hex BB A0 3A

RGB Percentages of Color #bba03a

%46.17
%39.51
%14.32

CMYK Percentages of Color #bba03a

%0
%14
%69
%27

Triadic Colors of #bba03a

#bba03a #3abba0 #a03abb

Analogous Colors of #bba03a

#bba03a #96bb3a #bb603a

Monochromatic Colors of #bba03a

#bba03a

Complementary Color

#bba03a #3a55bb

#bba03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba03a Color CSS Codes

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

#bba03a Text Font Color

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

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


#bba03a Background Color

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

This div background color is #bba03a


#bba03a Border Color

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

This div border color is #bba03a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,160,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 #bba03a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba03a

#bba03a Color Palettes


Comments

No comments written yet.

Please login to write comment.