Color Hex Logo

#bbb939 Color Hex

#BBB939
(187,185,57)
0 Favorites   0 Comments

Color spaces of #bbb939

RGB 18718557
HSL0.160.530.48
HSV59°70°73°
CMYK 0.000.010.70   0.27
XYZ38.581045.558110.6311
Yxy45.55810.40710.4807
Hunter Lab67.4967-16.089137.9092
CIE-Lab73.2579-14.522061.7979

#bbb939 color RGB value is (187,185,57).

#bbb939 hex color red value is 187, green value is 185 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #bbb939 hue: 0.16 , saturation: 0.53 and the lightness value of bbb939 is 0.48.

The process color (four color CMYK) of #bbb939 color hex is 0.00, 0.01, 0.70, 0.27. Web safe color of #bbb939 is #cccc33. Color #bbb939 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 00111001
Octal 273 271 71
Decimal 187 185 57
Hex BB B9 39

RGB Percentages of Color #bbb939

%43.59
%43.12
%13.29

CMYK Percentages of Color #bbb939

%0
%1
%70
%27

Triadic Colors of #bbb939

#bbb939 #39bbb9 #b939bb

Analogous Colors of #bbb939

#bbb939 #7cbb39 #bb7839

Monochromatic Colors of #bbb939

#bbb939

Complementary Color

#bbb939 #393bbb

#bbb939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb939 Color CSS Codes

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

#bbb939 Text Font Color

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

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


#bbb939 Background Color

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

This div background color is #bbb939


#bbb939 Border Color

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

This div border color is #bbb939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb939


Comments

No comments written yet.

Please login to write comment.