Color Hex Logo

#bbb11a Color Hex

#BBB11A
(187,177,26)
0 Favorites   0 Comments

Color spaces of #bbb11a

RGB 18717726
HSL0.160.760.42
HSV56°86°73°
CMYK 0.000.050.86   0.27
XYZ36.402142.08377.1816
Yxy42.08370.42490.4912
Hunter Lab64.8720-13.362838.8467
CIE-Lab70.9286-11.586869.0696

#bbb11a color RGB value is (187,177,26).

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

The process color (four color CMYK) of #bbb11a color hex is 0.00, 0.05, 0.86, 0.27. Web safe color of #bbb11a is #cc9933. Color #bbb11a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 00011010
Octal 273 261 32
Decimal 187 177 26
Hex BB B1 1A

RGB Percentages of Color #bbb11a

%47.95
%45.38
%6.67

CMYK Percentages of Color #bbb11a

%0
%5
%86
%27

Triadic Colors of #bbb11a

#bbb11a #1abbb1 #b11abb

Analogous Colors of #bbb11a

#bbb11a #75bb1a #bb611a

Monochromatic Colors of #bbb11a

#bbb11a

Complementary Color

#bbb11a #1a24bb

#bbb11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb11a Color CSS Codes

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

#bbb11a Text Font Color

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

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


#bbb11a Background Color

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

This div background color is #bbb11a


#bbb11a Border Color

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

This div border color is #bbb11a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,177,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 #bbb11a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb11a


Comments

No comments written yet.

Please login to write comment.