Color Hex Logo

#bbb915 Color Hex

#BBB915
(187,185,21)
0 Favorites   0 Comments

Color spaces of #bbb915

RGB 18718521
HSL0.160.800.41
HSV59°89°73°
CMYK 0.000.010.89   0.27
XYZ37.977845.31697.4549
Yxy45.31690.41850.4994
Hunter Lab67.3178-17.104240.5566
CIE-Lab73.1001-15.781471.8012

#bbb915 color RGB value is (187,185,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 00010101
Octal 273 271 25
Decimal 187 185 21
Hex BB B9 15

RGB Percentages of Color #bbb915

%47.58
%47.07
%5.34

CMYK Percentages of Color #bbb915

%0
%1
%89
%27

Triadic Colors of #bbb915

#bbb915 #15bbb9 #b915bb

Analogous Colors of #bbb915

#bbb915 #6abb15 #bb6615

Monochromatic Colors of #bbb915

#bbb915

Complementary Color

#bbb915 #1517bb

#bbb915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb915 Color CSS Codes

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

#bbb915 Text Font Color

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

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


#bbb915 Background Color

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

This div background color is #bbb915


#bbb915 Border Color

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

This div border color is #bbb915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb915


Comments

No comments written yet.

Please login to write comment.