Color Hex Logo

#bbb336 Color Hex

#BBB336
(187,179,54)
0 Favorites   0 Comments

Color spaces of #bbb336

RGB 18717954
HSL0.160.550.47
HSV56°71°73°
CMYK 0.000.040.71   0.27
XYZ37.279543.07139.8388
Yxy43.07130.41330.4776
Hunter Lab65.6287-13.455837.0516
CIE-Lab71.6033-11.601061.2924

#bbb336 color RGB value is (187,179,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 00110110
Octal 273 263 66
Decimal 187 179 54
Hex BB B3 36

RGB Percentages of Color #bbb336

%44.52
%42.62
%12.86

CMYK Percentages of Color #bbb336

%0
%4
%71
%27

Triadic Colors of #bbb336

#bbb336 #36bbb3 #b336bb

Analogous Colors of #bbb336

#bbb336 #81bb36 #bb7136

Monochromatic Colors of #bbb336

#bbb336

Complementary Color

#bbb336 #363ebb

#bbb336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb336 Color CSS Codes

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

#bbb336 Text Font Color

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

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


#bbb336 Background Color

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

This div background color is #bbb336


#bbb336 Border Color

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

This div border color is #bbb336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb336


Comments

No comments written yet.

Please login to write comment.