Color Hex Logo

#bcb568 Color Hex

#BCB568
(188,181,104)
0 Favorites   0 Comments

Color spaces of #bcb568

RGB 188181104
HSL0.150.390.57
HSV55°45°74°
CMYK 0.000.040.45   0.26
XYZ39.761644.738619.6365
Yxy44.73860.38180.4296
Hunter Lab66.8869-10.941029.4146
CIE-Lab72.7194-8.462939.9681

#bcb568 color RGB value is (188,181,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110101 01101000
Octal 274 265 150
Decimal 188 181 104
Hex BC B5 68

RGB Percentages of Color #bcb568

%39.75
%38.27
%21.99

CMYK Percentages of Color #bcb568

%0
%4
%45
%26

Triadic Colors of #bcb568

#bcb568 #68bcb5 #b568bc

Analogous Colors of #bcb568

#bcb568 #99bc68 #bc8b68

Monochromatic Colors of #bcb568

#bcb568

Complementary Color

#bcb568 #686fbc

#bcb568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb568 Color CSS Codes

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

#bcb568 Text Font Color

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

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


#bcb568 Background Color

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

This div background color is #bcb568


#bcb568 Border Color

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

This div border color is #bcb568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb568


Comments

No comments written yet.

Please login to write comment.