Color Hex Logo

#bbb33f Color Hex

#BBB33F
(187,179,63)
0 Favorites   0 Comments

Color spaces of #bbb33f

RGB 18717963
HSL0.160.500.49
HSV56°66°73°
CMYK 0.000.040.66   0.27
XYZ37.510843.163911.0571
Yxy43.16390.40890.4705
Hunter Lab65.6992-13.059636.0110
CIE-Lab71.6661-11.116157.8394

#bbb33f color RGB value is (187,179,63).

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

The process color (four color CMYK) of #bbb33f color hex is 0.00, 0.04, 0.66, 0.27. Web safe color of #bbb33f is #cccc33. Color #bbb33f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 00111111
Octal 273 263 77
Decimal 187 179 63
Hex BB B3 3F

RGB Percentages of Color #bbb33f

%43.59
%41.72
%14.69

CMYK Percentages of Color #bbb33f

%0
%4
%66
%27

Triadic Colors of #bbb33f

#bbb33f #3fbbb3 #b33fbb

Analogous Colors of #bbb33f

#bbb33f #85bb3f #bb753f

Monochromatic Colors of #bbb33f

#bbb33f

Complementary Color

#bbb33f #3f47bb

#bbb33f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb33f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb33f Color CSS Codes

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

#bbb33f Text Font Color

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

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


#bbb33f Background Color

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

This div background color is #bbb33f


#bbb33f Border Color

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

This div border color is #bbb33f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb33f


Comments

No comments written yet.

Please login to write comment.