Color Hex Logo

#bcbb6f Color Hex

#BCBB6F
(188,187,111)
0 Favorites   0 Comments

Color spaces of #bcbb6f

RGB 188187111
HSL0.160.360.59
HSV59°41°74°
CMYK 0.000.010.41   0.26
XYZ41.378647.379722.0032
Yxy47.37970.37360.4278
Hunter Lab68.8329-13.153129.2303
CIE-Lab74.4320-10.842638.5522

#bcbb6f color RGB value is (188,187,111).

#bcbb6f hex color red value is 188, green value is 187 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bcbb6f hue: 0.16 , saturation: 0.36 and the lightness value of bcbb6f is 0.59.

The process color (four color CMYK) of #bcbb6f color hex is 0.00, 0.01, 0.41, 0.26. Web safe color of #bcbb6f is #cccc66. Color #bcbb6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 01101111
Octal 274 273 157
Decimal 188 187 111
Hex BC BB 6F

RGB Percentages of Color #bcbb6f

%38.68
%38.48
%22.84

CMYK Percentages of Color #bcbb6f

%0
%1
%41
%26

Triadic Colors of #bcbb6f

#bcbb6f #6fbcbb #bb6fbc

Analogous Colors of #bcbb6f

#bcbb6f #97bc6f #bc956f

Monochromatic Colors of #bcbb6f

#bcbb6f

Complementary Color

#bcbb6f #6f70bc

#bcbb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbb6f Color CSS Codes

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

#bcbb6f Text Font Color

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

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


#bcbb6f Background Color

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

This div background color is #bcbb6f


#bcbb6f Border Color

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

This div border color is #bcbb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbb6f


Comments

No comments written yet.

Please login to write comment.