Color Hex Logo

#bbb61a Color Hex

#BBB61A
(187,182,26)
0 Favorites   0 Comments

Color spaces of #bbb61a

RGB 18718226
HSL0.160.760.42
HSV58°86°73°
CMYK 0.000.030.86   0.27
XYZ37.407944.09537.5169
Yxy44.09530.42020.4953
Hunter Lab66.4043-15.652139.7714
CIE-Lab72.2921-14.150370.1821

#bbb61a color RGB value is (187,182,26).

#bbb61a hex color red value is 187, green value is 182 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #bbb61a hue: 0.16 , saturation: 0.76 and the lightness value of bbb61a is 0.42.

The process color (four color CMYK) of #bbb61a color hex is 0.00, 0.03, 0.86, 0.27. Web safe color of #bbb61a is #cccc33. Color #bbb61a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 00011010
Octal 273 266 32
Decimal 187 182 26
Hex BB B6 1A

RGB Percentages of Color #bbb61a

%47.34
%46.08
%6.58

CMYK Percentages of Color #bbb61a

%0
%3
%86
%27

Triadic Colors of #bbb61a

#bbb61a #1abbb6 #b61abb

Analogous Colors of #bbb61a

#bbb61a #70bb1a #bb661a

Monochromatic Colors of #bbb61a

#bbb61a

Complementary Color

#bbb61a #1a1fbb

#bbb61a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb61a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb61a Color CSS Codes

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

#bbb61a Text Font Color

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

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


#bbb61a Background Color

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

This div background color is #bbb61a


#bbb61a Border Color

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

This div border color is #bbb61a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb61a


Comments

No comments written yet.

Please login to write comment.