Color Hex Logo

#bbb12e Color Hex

#BBB12E
(187,177,46)
0 Favorites   0 Comments

Color spaces of #bbb12e

RGB 18717746
HSL0.150.610.46
HSV56°75°73°
CMYK 0.000.050.75   0.27
XYZ36.708842.20638.7966
Yxy42.20630.41850.4812
Hunter Lab64.9664-12.831037.4485
CIE-Lab71.0129-10.933463.5623

#bbb12e color RGB value is (187,177,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 00101110
Octal 273 261 56
Decimal 187 177 46
Hex BB B1 2E

RGB Percentages of Color #bbb12e

%45.61
%43.17
%11.22

CMYK Percentages of Color #bbb12e

%0
%5
%75
%27

Triadic Colors of #bbb12e

#bbb12e #2ebbb1 #b12ebb

Analogous Colors of #bbb12e

#bbb12e #7fbb2e #bb6b2e

Monochromatic Colors of #bbb12e

#bbb12e

Complementary Color

#bbb12e #2e38bb

#bbb12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb12e Color CSS Codes

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

#bbb12e Text Font Color

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

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


#bbb12e Background Color

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

This div background color is #bbb12e


#bbb12e Border Color

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

This div border color is #bbb12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb12e


Comments

No comments written yet.

Please login to write comment.