Color Hex Logo

#bcb371 Color Hex

#BCB371
(188,179,113)
0 Favorites   0 Comments

Color spaces of #bcb371

RGB 188179113
HSL0.150.360.59
HSV53°40°74°
CMYK 0.000.050.40   0.26
XYZ39.839844.123822.0398
Yxy44.12380.37580.4162
Hunter Lab66.4257-9.187126.8258
CIE-Lab72.3112-6.458134.8306

#bcb371 color RGB value is (188,179,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110011 01110001
Octal 274 263 161
Decimal 188 179 113
Hex BC B3 71

RGB Percentages of Color #bcb371

%39.17
%37.29
%23.54

CMYK Percentages of Color #bcb371

%0
%5
%40
%26

Triadic Colors of #bcb371

#bcb371 #71bcb3 #b371bc

Analogous Colors of #bcb371

#bcb371 #a0bc71 #bc8e71

Monochromatic Colors of #bcb371

#bcb371

Complementary Color

#bcb371 #717abc

#bcb371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb371 Color CSS Codes

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

#bcb371 Text Font Color

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

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


#bcb371 Background Color

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

This div background color is #bcb371


#bcb371 Border Color

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

This div border color is #bcb371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb371


Comments

No comments written yet.

Please login to write comment.