Color Hex Logo

#bba728 Color Hex

#BBA728
(187,167,40)
0 Favorites   0 Comments

Color spaces of #bba728

RGB 18716740
HSL0.140.650.45
HSV52°79°73°
CMYK 0.000.110.79   0.27
XYZ34.695238.35547.5822
Yxy38.35540.43030.4757
Hunter Lab61.9317-8.381836.0934
CIE-Lab68.2817-5.944463.0307

#bba728 color RGB value is (187,167,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 00101000
Octal 273 247 50
Decimal 187 167 40
Hex BB A7 28

RGB Percentages of Color #bba728

%47.46
%42.39
%10.15

CMYK Percentages of Color #bba728

%0
%11
%79
%27

Triadic Colors of #bba728

#bba728 #28bba7 #a728bb

Analogous Colors of #bba728

#bba728 #86bb28 #bb5d28

Monochromatic Colors of #bba728

#bba728

Complementary Color

#bba728 #283cbb

#bba728 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba728 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba728 Color CSS Codes

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

#bba728 Text Font Color

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

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


#bba728 Background Color

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

This div background color is #bba728


#bba728 Border Color

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

This div border color is #bba728


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba728


Comments

No comments written yet.

Please login to write comment.