Color Hex Logo

#bba020 Color Hex

#BBA020
(187,160,32)
0 Favorites   0 Comments

Color spaces of #bba020

RGB 18716032
HSL0.140.710.43
HSV50°83°73°
CMYK 0.000.140.83   0.27
XYZ33.325035.81076.5222
Yxy35.81070.44050.4733
Hunter Lab59.8420-5.320035.4274
CIE-Lab66.3750-2.493363.7717

#bba020 color RGB value is (187,160,32).

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

The process color (four color CMYK) of #bba020 color hex is 0.00, 0.14, 0.83, 0.27. Web safe color of #bba020 is #cc9933. Color #bba020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 00100000
Octal 273 240 40
Decimal 187 160 32
Hex BB A0 20

RGB Percentages of Color #bba020

%49.34
%42.22
%8.44

CMYK Percentages of Color #bba020

%0
%14
%83
%27

Triadic Colors of #bba020

#bba020 #20bba0 #a020bb

Analogous Colors of #bba020

#bba020 #89bb20 #bb5220

Monochromatic Colors of #bba020

#bba020

Complementary Color

#bba020 #203bbb

#bba020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba020 Color CSS Codes

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

#bba020 Text Font Color

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

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


#bba020 Background Color

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

This div background color is #bba020


#bba020 Border Color

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

This div border color is #bba020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba020


Comments

No comments written yet.

Please login to write comment.