Color Hex Logo

#bbb13a Color Hex

#BBB13A
(187,177,58)
0 Favorites   0 Comments

Color spaces of #bbb13a

RGB 18717758
HSL0.150.530.48
HSV55°69°73°
CMYK 0.000.050.69   0.27
XYZ36.979442.314610.2215
Yxy42.31460.41310.4727
Hunter Lab65.0497-12.363436.2183
CIE-Lab71.0873-10.361459.2538

#bbb13a color RGB value is (187,177,58).

#bbb13a hex color red value is 187, green value is 177 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bbb13a hue: 0.15 , saturation: 0.53 and the lightness value of bbb13a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 00111010
Octal 273 261 72
Decimal 187 177 58
Hex BB B1 3A

RGB Percentages of Color #bbb13a

%44.31
%41.94
%13.74

CMYK Percentages of Color #bbb13a

%0
%5
%69
%27

Triadic Colors of #bbb13a

#bbb13a #3abbb1 #b13abb

Analogous Colors of #bbb13a

#bbb13a #85bb3a #bb713a

Monochromatic Colors of #bbb13a

#bbb13a

Complementary Color

#bbb13a #3a44bb

#bbb13a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb13a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb13a Color CSS Codes

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

#bbb13a Text Font Color

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

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


#bbb13a Background Color

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

This div background color is #bbb13a


#bbb13a Border Color

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

This div border color is #bbb13a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb13a


Comments

No comments written yet.

Please login to write comment.