Color Hex Logo

#bba33e Color Hex

#BBA33E
(187,163,62)
0 Favorites   0 Comments

Color spaces of #bba33e

RGB 18716362
HSL0.130.500.49
HSV48°67°73°
CMYK 0.000.130.67   0.27
XYZ34.460237.10709.9035
Yxy37.10700.42300.4555
Hunter Lab60.9155-5.623833.0016
CIE-Lab67.3572-2.768153.7752

#bba33e color RGB value is (187,163,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 00111110
Octal 273 243 76
Decimal 187 163 62
Hex BB A3 3E

RGB Percentages of Color #bba33e

%45.39
%39.56
%15.05

CMYK Percentages of Color #bba33e

%0
%13
%67
%27

Triadic Colors of #bba33e

#bba33e #3ebba3 #a33ebb

Analogous Colors of #bba33e

#bba33e #95bb3e #bb653e

Monochromatic Colors of #bba33e

#bba33e

Complementary Color

#bba33e #3e56bb

#bba33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba33e Color CSS Codes

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

#bba33e Text Font Color

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

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


#bba33e Background Color

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

This div background color is #bba33e


#bba33e Border Color

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

This div border color is #bba33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba33e


Comments

No comments written yet.

Please login to write comment.