Color Hex Logo

#bcb76c Color Hex

#BCB76C
(188,183,108)
0 Favorites   0 Comments

Color spaces of #bcb76c

RGB 188183108
HSL0.160.370.58
HSV56°43°74°
CMYK 0.000.030.43   0.26
XYZ40.379345.641020.8687
Yxy45.64100.37780.4270
Hunter Lab67.5581-11.537828.9760
CIE-Lab73.3120-9.090438.6740

#bcb76c color RGB value is (188,183,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 01101100
Octal 274 267 154
Decimal 188 183 108
Hex BC B7 6C

RGB Percentages of Color #bcb76c

%39.25
%38.20
%22.55

CMYK Percentages of Color #bcb76c

%0
%3
%43
%26

Triadic Colors of #bcb76c

#bcb76c #6cbcb7 #b76cbc

Analogous Colors of #bcb76c

#bcb76c #99bc6c #bc8f6c

Monochromatic Colors of #bcb76c

#bcb76c

Complementary Color

#bcb76c #6c71bc

#bcb76c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb76c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb76c Color CSS Codes

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

#bcb76c Text Font Color

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

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


#bcb76c Background Color

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

This div background color is #bcb76c


#bcb76c Border Color

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

This div border color is #bcb76c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,183,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 #bcb76c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb76c


Comments

No comments written yet.

Please login to write comment.