Color Hex Logo

#bbb121 Color Hex

#BBB121
(187,177,33)
0 Favorites   0 Comments

Color spaces of #bbb121

RGB 18717733
HSL0.160.700.43
HSV56°82°73°
CMYK 0.000.050.82   0.27
XYZ36.490242.11897.6454
Yxy42.11890.42310.4883
Hunter Lab64.8991-13.209838.4447
CIE-Lab70.9528-11.398667.4080

#bbb121 color RGB value is (187,177,33).

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

The process color (four color CMYK) of #bbb121 color hex is 0.00, 0.05, 0.82, 0.27. Web safe color of #bbb121 is #cc9933. Color #bbb121 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 00100001
Octal 273 261 41
Decimal 187 177 33
Hex BB B1 21

RGB Percentages of Color #bbb121

%47.10
%44.58
%8.31

CMYK Percentages of Color #bbb121

%0
%5
%82
%27

Triadic Colors of #bbb121

#bbb121 #21bbb1 #b121bb

Analogous Colors of #bbb121

#bbb121 #78bb21 #bb6421

Monochromatic Colors of #bbb121

#bbb121

Complementary Color

#bbb121 #212bbb

#bbb121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb121 Color CSS Codes

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

#bbb121 Text Font Color

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

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


#bbb121 Background Color

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

This div background color is #bbb121


#bbb121 Border Color

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

This div border color is #bbb121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb121


Comments

No comments written yet.

Please login to write comment.