Color Hex Logo

#bba619 Color Hex

#BBA619
(187,166,25)
0 Favorites   0 Comments

Color spaces of #bba619

RGB 18716625
HSL0.150.760.42
HSV52°87°73°
CMYK 0.000.110.87   0.27
XYZ34.305237.90746.4285
Yxy37.90740.43620.4820
Hunter Lab61.5690-8.288536.9077
CIE-Lab67.9523-5.868466.8677

#bba619 color RGB value is (187,166,25).

#bba619 hex color red value is 187, green value is 166 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #bba619 hue: 0.15 , saturation: 0.76 and the lightness value of bba619 is 0.42.

The process color (four color CMYK) of #bba619 color hex is 0.00, 0.11, 0.87, 0.27. Web safe color of #bba619 is #cc9900. Color #bba619 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 00011001
Octal 273 246 31
Decimal 187 166 25
Hex BB A6 19

RGB Percentages of Color #bba619

%49.47
%43.92
%6.61

CMYK Percentages of Color #bba619

%0
%11
%87
%27

Triadic Colors of #bba619

#bba619 #19bba6 #a619bb

Analogous Colors of #bba619

#bba619 #7fbb19 #bb5519

Monochromatic Colors of #bba619

#bba619

Complementary Color

#bba619 #192ebb

#bba619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba619 Color CSS Codes

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

#bba619 Text Font Color

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

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


#bba619 Background Color

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

This div background color is #bba619


#bba619 Border Color

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

This div border color is #bba619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba619


Comments

No comments written yet.

Please login to write comment.