Color Hex Logo

#bbb320 Color Hex

#BBB320
(187,179,32)
0 Favorites   0 Comments

Color spaces of #bbb320

RGB 18717932
HSL0.160.710.43
HSV57°83°73°
CMYK 0.000.040.83   0.27
XYZ36.874342.90937.7053
Yxy42.90930.42150.4905
Hunter Lab65.5052-14.152538.8794
CIE-Lab71.4934-12.457968.1251

#bbb320 color RGB value is (187,179,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 00100000
Octal 273 263 40
Decimal 187 179 32
Hex BB B3 20

RGB Percentages of Color #bbb320

%46.98
%44.97
%8.04

CMYK Percentages of Color #bbb320

%0
%4
%83
%27

Triadic Colors of #bbb320

#bbb320 #20bbb3 #b320bb

Analogous Colors of #bbb320

#bbb320 #76bb20 #bb6620

Monochromatic Colors of #bbb320

#bbb320

Complementary Color

#bbb320 #2028bb

#bbb320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb320 Color CSS Codes

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

#bbb320 Text Font Color

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

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


#bbb320 Background Color

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

This div background color is #bbb320


#bbb320 Border Color

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

This div border color is #bbb320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb320


Comments

No comments written yet.

Please login to write comment.