Color Hex Logo

#bba011 Color Hex

#BBA011
(187,160,17)
0 Favorites   0 Comments

Color spaces of #bba011

RGB 18716017
HSL0.140.830.40
HSV50°91°73°
CMYK 0.000.140.91   0.27
XYZ33.165535.74695.6821
Yxy35.74690.44460.4792
Hunter Lab59.7887-5.614236.2174
CIE-Lab66.3261-2.845767.2027

#bba011 color RGB value is (187,160,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 00010001
Octal 273 240 21
Decimal 187 160 17
Hex BB A0 11

RGB Percentages of Color #bba011

%51.37
%43.96
%4.67

CMYK Percentages of Color #bba011

%0
%14
%91
%27

Triadic Colors of #bba011

#bba011 #11bba0 #a011bb

Analogous Colors of #bba011

#bba011 #81bb11 #bb4b11

Monochromatic Colors of #bba011

#bba011

Complementary Color

#bba011 #112cbb

#bba011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba011 Color CSS Codes

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

#bba011 Text Font Color

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

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


#bba011 Background Color

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

This div background color is #bba011


#bba011 Border Color

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

This div border color is #bba011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba011


Comments

No comments written yet.

Please login to write comment.