Color Hex Logo

#bbb040 Color Hex

#BBB040
(187,176,64)
0 Favorites   0 Comments

Color spaces of #bbb040

RGB 18717664
HSL0.150.490.49
HSV55°66°73°
CMYK 0.000.060.66   0.27
XYZ36.944341.985611.0074
Yxy41.98560.41080.4668
Hunter Lab64.7963-11.619835.2854
CIE-Lab70.8610-9.501556.5913

#bbb040 color RGB value is (187,176,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110000 01000000
Octal 273 260 100
Decimal 187 176 64
Hex BB B0 40

RGB Percentages of Color #bbb040

%43.79
%41.22
%14.99

CMYK Percentages of Color #bbb040

%0
%6
%66
%27

Triadic Colors of #bbb040

#bbb040 #40bbb0 #b040bb

Analogous Colors of #bbb040

#bbb040 #89bb40 #bb7340

Monochromatic Colors of #bbb040

#bbb040

Complementary Color

#bbb040 #404bbb

#bbb040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb040 Color CSS Codes

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

#bbb040 Text Font Color

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

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


#bbb040 Background Color

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

This div background color is #bbb040


#bbb040 Border Color

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

This div border color is #bbb040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb040


Comments

No comments written yet.

Please login to write comment.