Color Hex Logo

#bcb971 Color Hex

#BCB971
(188,185,113)
0 Favorites   0 Comments

Color spaces of #bcb971

RGB 188185113
HSL0.160.360.59
HSV58°40°74°
CMYK 0.000.020.40   0.26
XYZ41.068646.581522.4494
Yxy46.58150.37300.4231
Hunter Lab68.2506-12.029428.2734
CIE-Lab73.9213-9.590036.8837

#bcb971 color RGB value is (188,185,113).

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

The process color (four color CMYK) of #bcb971 color hex is 0.00, 0.02, 0.40, 0.26. Web safe color of #bcb971 is #cccc66. Color #bcb971 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111001 01110001
Octal 274 271 161
Decimal 188 185 113
Hex BC B9 71

RGB Percentages of Color #bcb971

%38.68
%38.07
%23.25

CMYK Percentages of Color #bcb971

%0
%2
%40
%26

Triadic Colors of #bcb971

#bcb971 #71bcb9 #b971bc

Analogous Colors of #bcb971

#bcb971 #9abc71 #bc9471

Monochromatic Colors of #bcb971

#bcb971

Complementary Color

#bcb971 #7174bc

#bcb971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb971 Color CSS Codes

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

#bcb971 Text Font Color

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

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


#bcb971 Background Color

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

This div background color is #bcb971


#bcb971 Border Color

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

This div border color is #bcb971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb971


Comments

No comments written yet.

Please login to write comment.