Color Hex Logo

#bbb220 Color Hex

#BBB220
(187,178,32)
0 Favorites   0 Comments

Color spaces of #bbb220

RGB 18717832
HSL0.160.710.43
HSV57°83°73°
CMYK 0.000.050.83   0.27
XYZ36.674642.50997.6388
Yxy42.50990.42240.4896
Hunter Lab65.1996-13.693638.6933
CIE-Lab71.2211-11.943767.8942

#bbb220 color RGB value is (187,178,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110010 00100000
Octal 273 262 40
Decimal 187 178 32
Hex BB B2 20

RGB Percentages of Color #bbb220

%47.10
%44.84
%8.06

CMYK Percentages of Color #bbb220

%0
%5
%83
%27

Triadic Colors of #bbb220

#bbb220 #20bbb2 #b220bb

Analogous Colors of #bbb220

#bbb220 #77bb20 #bb6520

Monochromatic Colors of #bbb220

#bbb220

Complementary Color

#bbb220 #2029bb

#bbb220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb220 Color CSS Codes

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

#bbb220 Text Font Color

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

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


#bbb220 Background Color

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

This div background color is #bbb220


#bbb220 Border Color

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

This div border color is #bbb220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb220


Comments

No comments written yet.

Please login to write comment.