Color Hex Logo

#bcb571 Color Hex

#BCB571
(188,181,113)
0 Favorites   0 Comments

Color spaces of #bcb571

RGB 188181113
HSL0.150.360.59
HSV54°40°74°
CMYK 0.000.040.40   0.26
XYZ40.243544.931422.1743
Yxy44.93140.37490.4186
Hunter Lab67.0309-10.137627.3081
CIE-Lab72.8467-7.506735.5155

#bcb571 color RGB value is (188,181,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110101 01110001
Octal 274 265 161
Decimal 188 181 113
Hex BC B5 71

RGB Percentages of Color #bcb571

%39.00
%37.55
%23.44

CMYK Percentages of Color #bcb571

%0
%4
%40
%26

Triadic Colors of #bcb571

#bcb571 #71bcb5 #b571bc

Analogous Colors of #bcb571

#bcb571 #9ebc71 #bc9071

Monochromatic Colors of #bcb571

#bcb571

Complementary Color

#bcb571 #7178bc

#bcb571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb571 Color CSS Codes

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

#bcb571 Text Font Color

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

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


#bcb571 Background Color

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

This div background color is #bcb571


#bcb571 Border Color

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

This div border color is #bcb571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb571


Comments

No comments written yet.

Please login to write comment.