Color Hex Logo

#bbb376 Color Hex

#BBB376
(187,179,118)
0 Favorites   0 Comments

Color spaces of #bbb376

RGB 187179118
HSL0.150.340.60
HSV53°37°73°
CMYK 0.000.040.37   0.27
XYZ39.883644.113023.5521
Yxy44.11300.37080.4102
Hunter Lab66.4176-9.042125.4677
CIE-Lab72.3040-6.289932.1915

#bbb376 color RGB value is (187,179,118).

#bbb376 hex color red value is 187, green value is 179 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bbb376 hue: 0.15 , saturation: 0.34 and the lightness value of bbb376 is 0.60.

The process color (four color CMYK) of #bbb376 color hex is 0.00, 0.04, 0.37, 0.27. Web safe color of #bbb376 is #cccc66. Color #bbb376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 01110110
Octal 273 263 166
Decimal 187 179 118
Hex BB B3 76

RGB Percentages of Color #bbb376

%38.64
%36.98
%24.38

CMYK Percentages of Color #bbb376

%0
%4
%37
%27

Triadic Colors of #bbb376

#bbb376 #76bbb3 #b376bb

Analogous Colors of #bbb376

#bbb376 #a1bb76 #bb9176

Monochromatic Colors of #bbb376

#bbb376

Complementary Color

#bbb376 #767ebb

#bbb376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb376 Color CSS Codes

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

#bbb376 Text Font Color

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

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


#bbb376 Background Color

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

This div background color is #bbb376


#bbb376 Border Color

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

This div border color is #bbb376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb376


Comments

No comments written yet.

Please login to write comment.