Color Hex Logo

#bbb14a Color Hex

#BBB14A
(187,177,74)
0 Favorites   0 Comments

Color spaces of #bbb14a

RGB 18717774
HSL0.150.450.51
HSV55°60°73°
CMYK 0.000.050.60   0.27
XYZ37.451742.503512.7086
Yxy42.50350.40420.4587
Hunter Lab65.1947-11.549834.0787
CIE-Lab71.2167-9.371752.6328

#bbb14a color RGB value is (187,177,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 01001010
Octal 273 261 112
Decimal 187 177 74
Hex BB B1 4A

RGB Percentages of Color #bbb14a

%42.69
%40.41
%16.89

CMYK Percentages of Color #bbb14a

%0
%5
%60
%27

Triadic Colors of #bbb14a

#bbb14a #4abbb1 #b14abb

Analogous Colors of #bbb14a

#bbb14a #8dbb4a #bb794a

Monochromatic Colors of #bbb14a

#bbb14a

Complementary Color

#bbb14a #4a54bb

#bbb14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb14a Color CSS Codes

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

#bbb14a Text Font Color

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

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


#bbb14a Background Color

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

This div background color is #bbb14a


#bbb14a Border Color

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

This div border color is #bbb14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb14a


Comments

No comments written yet.

Please login to write comment.