Color Hex Logo

#bba716 Color Hex

#BBA716
(187,167,22)
0 Favorites   0 Comments

Color spaces of #bba716

RGB 18716722
HSL0.150.790.41
HSV53°88°73°
CMYK 0.000.110.88   0.27
XYZ34.457138.26026.3279
Yxy38.26020.43590.4840
Hunter Lab61.8548-8.810037.2329
CIE-Lab68.2120-6.462967.7237

#bba716 color RGB value is (187,167,22).

#bba716 hex color red value is 187, green value is 167 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #bba716 hue: 0.15 , saturation: 0.79 and the lightness value of bba716 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 00010110
Octal 273 247 26
Decimal 187 167 22
Hex BB A7 16

RGB Percentages of Color #bba716

%49.73
%44.41
%5.85

CMYK Percentages of Color #bba716

%0
%11
%88
%27

Triadic Colors of #bba716

#bba716 #16bba7 #a716bb

Analogous Colors of #bba716

#bba716 #7dbb16 #bb5516

Monochromatic Colors of #bba716

#bba716

Complementary Color

#bba716 #162abb

#bba716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba716 Color CSS Codes

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

#bba716 Text Font Color

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

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


#bba716 Background Color

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

This div background color is #bba716


#bba716 Border Color

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

This div border color is #bba716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba716


Comments

No comments written yet.

Please login to write comment.