Color Hex Logo

#bcbb6c Color Hex

#BCBB6C
(188,187,108)
0 Favorites   0 Comments

Color spaces of #bcbb6c

RGB 188187108
HSL0.160.370.58
HSV59°43°74°
CMYK 0.000.010.43   0.26
XYZ41.216147.314721.1477
Yxy47.31470.37580.4314
Hunter Lab68.7857-13.418529.9217
CIE-Lab74.3906-11.161040.0221

#bcbb6c color RGB value is (188,187,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 01101100
Octal 274 273 154
Decimal 188 187 108
Hex BC BB 6C

RGB Percentages of Color #bcbb6c

%38.92
%38.72
%22.36

CMYK Percentages of Color #bcbb6c

%0
%1
%43
%26

Triadic Colors of #bcbb6c

#bcbb6c #6cbcbb #bb6cbc

Analogous Colors of #bcbb6c

#bcbb6c #95bc6c #bc936c

Monochromatic Colors of #bcbb6c

#bcbb6c

Complementary Color

#bcbb6c #6c6dbc

#bcbb6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbb6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbb6c Color CSS Codes

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

#bcbb6c Text Font Color

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

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


#bcbb6c Background Color

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

This div background color is #bcbb6c


#bcbb6c Border Color

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

This div border color is #bcbb6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbb6c


Comments

No comments written yet.

Please login to write comment.