Color Hex Logo

#bbb616 Color Hex

#BBB616
(187,182,22)
0 Favorites   0 Comments

Color spaces of #bbb616

RGB 18718222
HSL0.160.790.41
HSV58°88°73°
CMYK 0.000.030.88   0.27
XYZ37.366344.07867.2977
Yxy44.07860.42110.4967
Hunter Lab66.3917-15.722939.9571
CIE-Lab72.2810-14.238270.9682

#bbb616 color RGB value is (187,182,22).

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

The process color (four color CMYK) of #bbb616 color hex is 0.00, 0.03, 0.88, 0.27. Web safe color of #bbb616 is #cccc00. Color #bbb616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 00010110
Octal 273 266 26
Decimal 187 182 22
Hex BB B6 16

RGB Percentages of Color #bbb616

%47.83
%46.55
%5.63

CMYK Percentages of Color #bbb616

%0
%3
%88
%27

Triadic Colors of #bbb616

#bbb616 #16bbb6 #b616bb

Analogous Colors of #bbb616

#bbb616 #6ebb16 #bb6416

Monochromatic Colors of #bbb616

#bbb616

Complementary Color

#bbb616 #161bbb

#bbb616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb616 Color CSS Codes

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

#bbb616 Text Font Color

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

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


#bbb616 Background Color

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

This div background color is #bbb616


#bbb616 Border Color

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

This div border color is #bbb616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb616


Comments

No comments written yet.

Please login to write comment.