Color Hex Logo

#bba02b Color Hex

#BBA02B
(187,160,43)
0 Favorites   0 Comments

Color spaces of #bba02b

RGB 18716043
HSL0.140.630.45
HSV49°77°73°
CMYK 0.000.140.77   0.27
XYZ33.500435.88087.4455
Yxy35.88080.43610.4670
Hunter Lab59.9006-4.996934.5608
CIE-Lab66.4287-2.107360.3334

#bba02b color RGB value is (187,160,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 00101011
Octal 273 240 53
Decimal 187 160 43
Hex BB A0 2B

RGB Percentages of Color #bba02b

%47.95
%41.03
%11.03

CMYK Percentages of Color #bba02b

%0
%14
%77
%27

Triadic Colors of #bba02b

#bba02b #2bbba0 #a02bbb

Analogous Colors of #bba02b

#bba02b #8ebb2b #bb582b

Monochromatic Colors of #bba02b

#bba02b

Complementary Color

#bba02b #2b46bb

#bba02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba02b Color CSS Codes

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

#bba02b Text Font Color

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

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


#bba02b Background Color

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

This div background color is #bba02b


#bba02b Border Color

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

This div border color is #bba02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba02b


Comments

No comments written yet.

Please login to write comment.