Color Hex Logo

#bbb731 Color Hex

#BBB731
(187,183,49)
0 Favorites   0 Comments

Color spaces of #bbb731

RGB 18718349
HSL0.160.580.46
HSV58°74°73°
CMYK 0.000.020.74   0.27
XYZ37.981444.65359.5229
Yxy44.65350.41210.4845
Hunter Lab66.8233-15.483938.3269
CIE-Lab72.6632-13.886464.0907

#bbb731 color RGB value is (187,183,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110111 00110001
Octal 273 267 61
Decimal 187 183 49
Hex BB B7 31

RGB Percentages of Color #bbb731

%44.63
%43.68
%11.69

CMYK Percentages of Color #bbb731

%0
%2
%74
%27

Triadic Colors of #bbb731

#bbb731 #31bbb7 #b731bb

Analogous Colors of #bbb731

#bbb731 #7abb31 #bb7231

Monochromatic Colors of #bbb731

#bbb731

Complementary Color

#bbb731 #3135bb

#bbb731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb731 Color CSS Codes

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

#bbb731 Text Font Color

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

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


#bbb731 Background Color

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

This div background color is #bbb731


#bbb731 Border Color

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

This div border color is #bbb731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb731


Comments

No comments written yet.

Please login to write comment.