Color Hex Logo

#bcb368 Color Hex

#BCB368
(188,179,104)
0 Favorites   0 Comments

Color spaces of #bcb368

RGB 188179104
HSL0.150.390.57
HSV54°45°74°
CMYK 0.000.050.45   0.26
XYZ39.357843.931019.5019
Yxy43.93100.38290.4274
Hunter Lab66.2805-9.996328.9513
CIE-Lab72.1824-7.418039.3009

#bcb368 color RGB value is (188,179,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110011 01101000
Octal 274 263 150
Decimal 188 179 104
Hex BC B3 68

RGB Percentages of Color #bcb368

%39.92
%38.00
%22.08

CMYK Percentages of Color #bcb368

%0
%5
%45
%26

Triadic Colors of #bcb368

#bcb368 #68bcb3 #b368bc

Analogous Colors of #bcb368

#bcb368 #9bbc68 #bc8968

Monochromatic Colors of #bcb368

#bcb368

Complementary Color

#bcb368 #6871bc

#bcb368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb368 Color CSS Codes

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

#bcb368 Text Font Color

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

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


#bcb368 Background Color

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

This div background color is #bcb368


#bcb368 Border Color

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

This div border color is #bcb368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb368


Comments

No comments written yet.

Please login to write comment.