Color Hex Logo

#bba725 Color Hex

#BBA725
(187,167,37)
0 Favorites   0 Comments

Color spaces of #bba725

RGB 18716737
HSL0.140.670.44
HSV52°80°73°
CMYK 0.000.110.80   0.27
XYZ34.646238.33587.3238
Yxy38.33580.43140.4774
Hunter Lab61.9159-8.469836.3279
CIE-Lab68.2674-6.050863.9515

#bba725 color RGB value is (187,167,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 00100101
Octal 273 247 45
Decimal 187 167 37
Hex BB A7 25

RGB Percentages of Color #bba725

%47.83
%42.71
%9.46

CMYK Percentages of Color #bba725

%0
%11
%80
%27

Triadic Colors of #bba725

#bba725 #25bba7 #a725bb

Analogous Colors of #bba725

#bba725 #84bb25 #bb5c25

Monochromatic Colors of #bba725

#bba725

Complementary Color

#bba725 #2539bb

#bba725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba725 Color CSS Codes

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

#bba725 Text Font Color

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

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


#bba725 Background Color

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

This div background color is #bba725


#bba725 Border Color

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

This div border color is #bba725


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba725


Comments

No comments written yet.

Please login to write comment.