Color Hex Logo

#bba013 Color Hex

#BBA013
(187,160,19)
0 Favorites   0 Comments

Color spaces of #bba013

RGB 18716019
HSL0.140.820.40
HSV50°90°73°
CMYK 0.000.140.90   0.27
XYZ33.181935.75345.7683
Yxy35.75340.44420.4786
Hunter Lab59.7941-5.583836.1362
CIE-Lab66.3311-2.809266.8353

#bba013 color RGB value is (187,160,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 00010011
Octal 273 240 23
Decimal 187 160 19
Hex BB A0 13

RGB Percentages of Color #bba013

%51.09
%43.72
%5.19

CMYK Percentages of Color #bba013

%0
%14
%90
%27

Triadic Colors of #bba013

#bba013 #13bba0 #a013bb

Analogous Colors of #bba013

#bba013 #82bb13 #bb4c13

Monochromatic Colors of #bba013

#bba013

Complementary Color

#bba013 #132ebb

#bba013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba013 Color CSS Codes

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

#bba013 Text Font Color

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

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


#bba013 Background Color

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

This div background color is #bba013


#bba013 Border Color

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

This div border color is #bba013


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,160,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 #bba013">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba013


Comments

No comments written yet.

Please login to write comment.