Color Hex Logo

#bcb163 Color Hex

#BCB163
(188,177,99)
0 Favorites   0 Comments

Color spaces of #bcb163

RGB 18817799
HSL0.150.400.56
HSV53°47°74°
CMYK 0.000.060.47   0.26
XYZ38.713343.036518.0708
Yxy43.03650.38780.4311
Hunter Lab65.6022-9.467129.5895
CIE-Lab71.5797-6.866041.0899

#bcb163 color RGB value is (188,177,99).

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

The process color (four color CMYK) of #bcb163 color hex is 0.00, 0.06, 0.47, 0.26. Web safe color of #bcb163 is #cc9966. Color #bcb163 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 01100011
Octal 274 261 143
Decimal 188 177 99
Hex BC B1 63

RGB Percentages of Color #bcb163

%40.52
%38.15
%21.34

CMYK Percentages of Color #bcb163

%0
%6
%47
%26

Triadic Colors of #bcb163

#bcb163 #63bcb1 #b163bc

Analogous Colors of #bcb163

#bcb163 #9bbc63 #bc8563

Monochromatic Colors of #bcb163

#bcb163

Complementary Color

#bcb163 #636ebc

#bcb163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb163 Color CSS Codes

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

#bcb163 Text Font Color

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

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


#bcb163 Background Color

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

This div background color is #bcb163


#bcb163 Border Color

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

This div border color is #bcb163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb163


Comments

No comments written yet.

Please login to write comment.