Color Hex Logo

#bbb140 Color Hex

#BBB140
(187,177,64)
0 Favorites   0 Comments

Color spaces of #bbb140

RGB 18717764
HSL0.150.490.49
HSV55°66°73°
CMYK 0.000.050.66   0.27
XYZ37.141142.379211.0730
Yxy42.37920.41000.4678
Hunter Lab65.0993-12.084235.4846
CIE-Lab71.1316-10.021156.8731

#bbb140 color RGB value is (187,177,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 01000000
Octal 273 261 100
Decimal 187 177 64
Hex BB B1 40

RGB Percentages of Color #bbb140

%43.69
%41.36
%14.95

CMYK Percentages of Color #bbb140

%0
%5
%66
%27

Triadic Colors of #bbb140

#bbb140 #40bbb1 #b140bb

Analogous Colors of #bbb140

#bbb140 #88bb40 #bb7440

Monochromatic Colors of #bbb140

#bbb140

Complementary Color

#bbb140 #404abb

#bbb140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb140 Color CSS Codes

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

#bbb140 Text Font Color

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

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


#bbb140 Background Color

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

This div background color is #bbb140


#bbb140 Border Color

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

This div border color is #bbb140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb140


Comments

No comments written yet.

Please login to write comment.