Color Hex Logo

#bba117 Color Hex

#BBA117
(187,161,23)
0 Favorites   0 Comments

Color spaces of #bba117

RGB 18716123
HSL0.140.780.41
HSV50°88°73°
CMYK 0.000.140.88   0.27
XYZ33.393036.11646.0218
Yxy36.11640.44210.4782
Hunter Lab60.0969-5.985736.1269
CIE-Lab66.6088-3.261166.2294

#bba117 color RGB value is (187,161,23).

#bba117 hex color red value is 187, green value is 161 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #bba117 hue: 0.14 , saturation: 0.78 and the lightness value of bba117 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 00010111
Octal 273 241 27
Decimal 187 161 23
Hex BB A1 17

RGB Percentages of Color #bba117

%50.40
%43.40
%6.20

CMYK Percentages of Color #bba117

%0
%14
%88
%27

Triadic Colors of #bba117

#bba117 #17bba1 #a117bb

Analogous Colors of #bba117

#bba117 #83bb17 #bb4f17

Monochromatic Colors of #bba117

#bba117

Complementary Color

#bba117 #1731bb

#bba117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba117 Color CSS Codes

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

#bba117 Text Font Color

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

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


#bba117 Background Color

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

This div background color is #bba117


#bba117 Border Color

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

This div border color is #bba117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba117


Comments

No comments written yet.

Please login to write comment.