Color Hex Logo

#bba606 Color Hex

#BBA606
(187,166,6)
0 Favorites   0 Comments

Color spaces of #bba606

RGB 1871666
HSL0.150.940.38
HSV53°97°73°
CMYK 0.000.110.97   0.27
XYZ34.162637.85045.6776
Yxy37.85040.43970.4872
Hunter Lab61.5227-8.546437.5943
CIE-Lab67.9102-6.180969.9537

#bba606 color RGB value is (187,166,6).

#bba606 hex color red value is 187, green value is 166 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #bba606 hue: 0.15 , saturation: 0.94 and the lightness value of bba606 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 00000110
Octal 273 246 6
Decimal 187 166 6
Hex BB A6 6

RGB Percentages of Color #bba606

%52.09
%46.24
%1.67

CMYK Percentages of Color #bba606

%0
%11
%97
%27

Triadic Colors of #bba606

#bba606 #06bba6 #a606bb

Analogous Colors of #bba606

#bba606 #76bb06 #bb4b06

Monochromatic Colors of #bba606

#bba606

Complementary Color

#bba606 #061bbb

#bba606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba606 Color CSS Codes

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

#bba606 Text Font Color

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

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


#bba606 Background Color

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

This div background color is #bba606


#bba606 Border Color

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

This div border color is #bba606


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba606


Comments

No comments written yet.

Please login to write comment.