Color Hex Logo

#bba613 Color Hex

#BBA613
(187,166,19)
0 Favorites   0 Comments

Color spaces of #bba613

RGB 18716619
HSL0.150.820.40
HSV53°90°73°
CMYK 0.000.110.90   0.27
XYZ34.247337.88426.1235
Yxy37.88420.43760.4841
Hunter Lab61.5501-8.393037.1865
CIE-Lab67.9352-5.995068.0898

#bba613 color RGB value is (187,166,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 00010011
Octal 273 246 23
Decimal 187 166 19
Hex BB A6 13

RGB Percentages of Color #bba613

%50.27
%44.62
%5.11

CMYK Percentages of Color #bba613

%0
%11
%90
%27

Triadic Colors of #bba613

#bba613 #13bba6 #a613bb

Analogous Colors of #bba613

#bba613 #7cbb13 #bb5213

Monochromatic Colors of #bba613

#bba613

Complementary Color

#bba613 #1328bb

#bba613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba613 Color CSS Codes

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

#bba613 Text Font Color

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

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


#bba613 Background Color

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

This div background color is #bba613


#bba613 Border Color

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

This div border color is #bba613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba613


Comments

No comments written yet.

Please login to write comment.