Color Hex Logo

#bbb541 Color Hex

#BBB541
(187,181,65)
0 Favorites   0 Comments

Color spaces of #bbb541

RGB 18718165
HSL0.160.480.49
HSV57°65°73°
CMYK 0.000.030.65   0.27
XYZ37.971543.994211.4914
Yxy43.99420.40630.4707
Hunter Lab66.3281-13.886636.1576
CIE-Lab72.2246-12.028257.5964

#bbb541 color RGB value is (187,181,65).

#bbb541 hex color red value is 187, green value is 181 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #bbb541 hue: 0.16 , saturation: 0.48 and the lightness value of bbb541 is 0.49.

The process color (four color CMYK) of #bbb541 color hex is 0.00, 0.03, 0.65, 0.27. Web safe color of #bbb541 is #cccc33. Color #bbb541 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110101 01000001
Octal 273 265 101
Decimal 187 181 65
Hex BB B5 41

RGB Percentages of Color #bbb541

%43.19
%41.80
%15.01

CMYK Percentages of Color #bbb541

%0
%3
%65
%27

Triadic Colors of #bbb541

#bbb541 #41bbb5 #b541bb

Analogous Colors of #bbb541

#bbb541 #84bb41 #bb7841

Monochromatic Colors of #bbb541

#bbb541

Complementary Color

#bbb541 #4147bb

#bbb541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb541 Color CSS Codes

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

#bbb541 Text Font Color

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

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


#bbb541 Background Color

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

This div background color is #bbb541


#bbb541 Border Color

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

This div border color is #bbb541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb541


Comments

No comments written yet.

Please login to write comment.