Color Hex Logo

#bbb138 Color Hex

#BBB138
(187,177,56)
0 Favorites   0 Comments

Color spaces of #bbb138

RGB 18717756
HSL0.150.540.48
HSV55°70°73°
CMYK 0.000.050.70   0.27
XYZ36.929542.29469.9587
Yxy42.29460.41410.4742
Hunter Lab65.0343-12.449436.4449
CIE-Lab71.0736-10.466560.0159

#bbb138 color RGB value is (187,177,56).

#bbb138 hex color red value is 187, green value is 177 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bbb138 hue: 0.15 , saturation: 0.54 and the lightness value of bbb138 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 00111000
Octal 273 261 70
Decimal 187 177 56
Hex BB B1 38

RGB Percentages of Color #bbb138

%44.52
%42.14
%13.33

CMYK Percentages of Color #bbb138

%0
%5
%70
%27

Triadic Colors of #bbb138

#bbb138 #38bbb1 #b138bb

Analogous Colors of #bbb138

#bbb138 #84bb38 #bb7038

Monochromatic Colors of #bbb138

#bbb138

Complementary Color

#bbb138 #3842bb

#bbb138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb138 Color CSS Codes

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

#bbb138 Text Font Color

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

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


#bbb138 Background Color

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

This div background color is #bbb138


#bbb138 Border Color

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

This div border color is #bbb138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb138


Comments

No comments written yet.

Please login to write comment.