Color Hex Logo

#bbb050 Color Hex

#BBB050
(187,176,80)
0 Favorites   0 Comments

Color spaces of #bbb050

RGB 18717680
HSL0.150.440.52
HSV54°57°73°
CMYK 0.000.060.57   0.27
XYZ37.466842.194713.7591
Yxy42.19470.40110.4517
Hunter Lab64.9574-10.718532.9116
CIE-Lab71.0049-8.409849.6456

#bbb050 color RGB value is (187,176,80).

#bbb050 hex color red value is 187, green value is 176 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bbb050 hue: 0.15 , saturation: 0.44 and the lightness value of bbb050 is 0.52.

The process color (four color CMYK) of #bbb050 color hex is 0.00, 0.06, 0.57, 0.27. Web safe color of #bbb050 is #cc9966. Color #bbb050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110000 01010000
Octal 273 260 120
Decimal 187 176 80
Hex BB B0 50

RGB Percentages of Color #bbb050

%42.21
%39.73
%18.06

CMYK Percentages of Color #bbb050

%0
%6
%57
%27

Triadic Colors of #bbb050

#bbb050 #50bbb0 #b050bb

Analogous Colors of #bbb050

#bbb050 #91bb50 #bb7b50

Monochromatic Colors of #bbb050

#bbb050

Complementary Color

#bbb050 #505bbb

#bbb050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb050 Color CSS Codes

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

#bbb050 Text Font Color

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

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


#bbb050 Background Color

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

This div background color is #bbb050


#bbb050 Border Color

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

This div border color is #bbb050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb050


Comments

No comments written yet.

Please login to write comment.