Color Hex Logo

#bbb72e Color Hex

#BBB72E
(187,183,46)
0 Favorites   0 Comments

Color spaces of #bbb72e

RGB 18718346
HSL0.160.610.46
HSV58°75°73°
CMYK 0.000.020.75   0.27
XYZ37.920144.62909.2004
Yxy44.62900.41330.4864
Hunter Lab66.8049-15.587738.5980
CIE-Lab72.6469-14.014865.0764

#bbb72e color RGB value is (187,183,46).

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

The process color (four color CMYK) of #bbb72e color hex is 0.00, 0.02, 0.75, 0.27. Web safe color of #bbb72e is #cccc33. Color #bbb72e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110111 00101110
Octal 273 267 56
Decimal 187 183 46
Hex BB B7 2E

RGB Percentages of Color #bbb72e

%44.95
%43.99
%11.06

CMYK Percentages of Color #bbb72e

%0
%2
%75
%27

Triadic Colors of #bbb72e

#bbb72e #2ebbb7 #b72ebb

Analogous Colors of #bbb72e

#bbb72e #79bb2e #bb712e

Monochromatic Colors of #bbb72e

#bbb72e

Complementary Color

#bbb72e #2e32bb

#bbb72e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb72e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb72e Color CSS Codes

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

#bbb72e Text Font Color

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

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


#bbb72e Background Color

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

This div background color is #bbb72e


#bbb72e Border Color

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

This div border color is #bbb72e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,183,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 #bbb72e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb72e


Comments

No comments written yet.

Please login to write comment.