Color Hex Logo

#bba62c Color Hex

#BBA62C
(187,166,44)
0 Favorites   0 Comments

Color spaces of #bba62c

RGB 18716644
HSL0.140.620.45
HSV51°76°73°
CMYK 0.000.110.76   0.27
XYZ34.584438.01917.8985
Yxy38.01910.42960.4723
Hunter Lab61.6596-7.785135.5668
CIE-Lab68.0347-5.260461.4761

#bba62c color RGB value is (187,166,44).

#bba62c hex color red value is 187, green value is 166 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bba62c hue: 0.14 , saturation: 0.62 and the lightness value of bba62c is 0.45.

The process color (four color CMYK) of #bba62c color hex is 0.00, 0.11, 0.76, 0.27. Web safe color of #bba62c is #cc9933. Color #bba62c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 00101100
Octal 273 246 54
Decimal 187 166 44
Hex BB A6 2C

RGB Percentages of Color #bba62c

%47.10
%41.81
%11.08

CMYK Percentages of Color #bba62c

%0
%11
%76
%27

Triadic Colors of #bba62c

#bba62c #2cbba6 #a62cbb

Analogous Colors of #bba62c

#bba62c #89bb2c #bb5e2c

Monochromatic Colors of #bba62c

#bba62c

Complementary Color

#bba62c #2c41bb

#bba62c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba62c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba62c Color CSS Codes

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

#bba62c Text Font Color

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

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


#bba62c Background Color

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

This div background color is #bba62c


#bba62c Border Color

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

This div border color is #bba62c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba62c


Comments

No comments written yet.

Please login to write comment.