Color Hex Logo

#bcb556 Color Hex

#BCB556
(188,181,86)
0 Favorites   0 Comments

Color spaces of #bcb556

RGB 18818186
HSL0.160.430.54
HSV56°54°74°
CMYK 0.000.040.54   0.26
XYZ38.942644.411015.3238
Yxy44.41100.39460.4501
Hunter Lab66.6416-12.314733.0158
CIE-Lab72.5024-10.112548.5586

#bcb556 color RGB value is (188,181,86).

#bcb556 hex color red value is 188, green value is 181 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #bcb556 hue: 0.16 , saturation: 0.43 and the lightness value of bcb556 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110101 01010110
Octal 274 265 126
Decimal 188 181 86
Hex BC B5 56

RGB Percentages of Color #bcb556

%41.32
%39.78
%18.90

CMYK Percentages of Color #bcb556

%0
%4
%54
%26

Triadic Colors of #bcb556

#bcb556 #56bcb5 #b556bc

Analogous Colors of #bcb556

#bcb556 #90bc56 #bc8256

Monochromatic Colors of #bcb556

#bcb556

Complementary Color

#bcb556 #565dbc

#bcb556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb556 Color CSS Codes

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

#bcb556 Text Font Color

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

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


#bcb556 Background Color

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

This div background color is #bcb556


#bcb556 Border Color

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

This div border color is #bcb556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb556


Comments

No comments written yet.

Please login to write comment.