Color Hex Logo

#bbb90f Color Hex

#BBB90F
(187,185,15)
0 Favorites   0 Comments

Color spaces of #bbb90f

RGB 18718515
HSL0.160.850.40
HSV59°92°73°
CMYK 0.000.010.92   0.27
XYZ37.928745.29727.1961
Yxy45.29720.41950.5010
Hunter Lab67.3032-17.187040.7729
CIE-Lab73.0872-15.884572.7369

#bbb90f color RGB value is (187,185,15).

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

The process color (four color CMYK) of #bbb90f color hex is 0.00, 0.01, 0.92, 0.27. Web safe color of #bbb90f is #cccc00. Color #bbb90f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 00001111
Octal 273 271 17
Decimal 187 185 15
Hex BB B9 F

RGB Percentages of Color #bbb90f

%48.32
%47.80
%3.88

CMYK Percentages of Color #bbb90f

%0
%1
%92
%27

Triadic Colors of #bbb90f

#bbb90f #0fbbb9 #b90fbb

Analogous Colors of #bbb90f

#bbb90f #67bb0f #bb630f

Monochromatic Colors of #bbb90f

#bbb90f

Complementary Color

#bbb90f #0f11bb

#bbb90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb90f Color CSS Codes

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

#bbb90f Text Font Color

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

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


#bbb90f Background Color

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

This div background color is #bbb90f


#bbb90f Border Color

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

This div border color is #bbb90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb90f

#bbb90f Color Palettes


Comments

No comments written yet.

Please login to write comment.