Color Hex Logo

#bbb329 Color Hex

#BBB329
(187,179,41)
0 Favorites   0 Comments

Color spaces of #bbb329

RGB 18717941
HSL0.160.640.45
HSV57°78°73°
CMYK 0.000.040.78   0.27
XYZ37.013942.96518.4401
Yxy42.96510.41860.4859
Hunter Lab65.5478-13.912238.2491
CIE-Lab71.5313-12.161765.6402

#bbb329 color RGB value is (187,179,41).

#bbb329 hex color red value is 187, green value is 179 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bbb329 hue: 0.16 , saturation: 0.64 and the lightness value of bbb329 is 0.45.

The process color (four color CMYK) of #bbb329 color hex is 0.00, 0.04, 0.78, 0.27. Web safe color of #bbb329 is #cccc33. Color #bbb329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 00101001
Octal 273 263 51
Decimal 187 179 41
Hex BB B3 29

RGB Percentages of Color #bbb329

%45.95
%43.98
%10.07

CMYK Percentages of Color #bbb329

%0
%4
%78
%27

Triadic Colors of #bbb329

#bbb329 #29bbb3 #b329bb

Analogous Colors of #bbb329

#bbb329 #7abb29 #bb6a29

Monochromatic Colors of #bbb329

#bbb329

Complementary Color

#bbb329 #2931bb

#bbb329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb329 Color CSS Codes

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

#bbb329 Text Font Color

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

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


#bbb329 Background Color

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

This div background color is #bbb329


#bbb329 Border Color

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

This div border color is #bbb329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb329


Comments

No comments written yet.

Please login to write comment.