Color Hex Logo

#bcb363 Color Hex

#BCB363
(188,179,99)
0 Favorites   0 Comments

Color spaces of #bcb363

RGB 18817999
HSL0.150.400.56
HSV54°47°74°
CMYK 0.000.050.47   0.26
XYZ39.111343.832418.2035
Yxy43.83240.38670.4334
Hunter Lab66.2060-10.411530.0423
CIE-Lab72.1163-7.913141.7467

#bcb363 color RGB value is (188,179,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110011 01100011
Octal 274 263 143
Decimal 188 179 99
Hex BC B3 63

RGB Percentages of Color #bcb363

%40.34
%38.41
%21.24

CMYK Percentages of Color #bcb363

%0
%5
%47
%26

Triadic Colors of #bcb363

#bcb363 #63bcb3 #b363bc

Analogous Colors of #bcb363

#bcb363 #99bc63 #bc8763

Monochromatic Colors of #bcb363

#bcb363

Complementary Color

#bcb363 #636cbc

#bcb363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb363 Color CSS Codes

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

#bcb363 Text Font Color

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

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


#bcb363 Background Color

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

This div background color is #bcb363


#bcb363 Border Color

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

This div border color is #bcb363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb363


Comments

No comments written yet.

Please login to write comment.