Color Hex Logo

#bbb148 Color Hex

#BBB148
(187,177,72)
0 Favorites   0 Comments

Color spaces of #bbb148

RGB 18717772
HSL0.150.460.51
HSV55°61°73°
CMYK 0.000.050.61   0.27
XYZ37.385442.477012.3593
Yxy42.47700.40540.4606
Hunter Lab65.1744-11.663834.3786
CIE-Lab71.1986-9.510053.5053

#bbb148 color RGB value is (187,177,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 01001000
Octal 273 261 110
Decimal 187 177 72
Hex BB B1 48

RGB Percentages of Color #bbb148

%42.89
%40.60
%16.51

CMYK Percentages of Color #bbb148

%0
%5
%61
%27

Triadic Colors of #bbb148

#bbb148 #48bbb1 #b148bb

Analogous Colors of #bbb148

#bbb148 #8cbb48 #bb7848

Monochromatic Colors of #bbb148

#bbb148

Complementary Color

#bbb148 #4852bb

#bbb148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb148 Color CSS Codes

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

#bbb148 Text Font Color

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

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


#bbb148 Background Color

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

This div background color is #bbb148


#bbb148 Border Color

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

This div border color is #bbb148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb148


Comments

No comments written yet.

Please login to write comment.