Color Hex Logo

#bba73c Color Hex

#BBA73C
(187,167,60)
0 Favorites   0 Comments

Color spaces of #bba73c

RGB 18716760
HSL0.140.510.48
HSV51°68°73°
CMYK 0.000.110.68   0.27
XYZ35.127838.52859.8603
Yxy38.52850.42060.4613
Hunter Lab62.0713-7.607034.0315
CIE-Lab68.4083-5.011155.7185

#bba73c color RGB value is (187,167,60).

#bba73c hex color red value is 187, green value is 167 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bba73c hue: 0.14 , saturation: 0.51 and the lightness value of bba73c is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 00111100
Octal 273 247 74
Decimal 187 167 60
Hex BB A7 3C

RGB Percentages of Color #bba73c

%45.17
%40.34
%14.49

CMYK Percentages of Color #bba73c

%0
%11
%68
%27

Triadic Colors of #bba73c

#bba73c #3cbba7 #a73cbb

Analogous Colors of #bba73c

#bba73c #90bb3c #bb683c

Monochromatic Colors of #bba73c

#bba73c

Complementary Color

#bba73c #3c50bb

#bba73c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba73c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba73c Color CSS Codes

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

#bba73c Text Font Color

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

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


#bba73c Background Color

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

This div background color is #bba73c


#bba73c Border Color

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

This div border color is #bba73c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba73c


Comments

No comments written yet.

Please login to write comment.