Color Hex Logo

#bcb983 Color Hex

#BCB983
(188,185,131)
0 Favorites   0 Comments

Color spaces of #bcb983

RGB 188185131
HSL0.160.300.63
HSV57°30°74°
CMYK 0.000.020.30   0.26
XYZ42.184747.028028.3267
Yxy47.02800.35890.4001
Hunter Lab68.5770-10.206523.5133
CIE-Lab74.2077-7.430727.8547

#bcb983 color RGB value is (188,185,131).

#bcb983 hex color red value is 188, green value is 185 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bcb983 hue: 0.16 , saturation: 0.30 and the lightness value of bcb983 is 0.63.

The process color (four color CMYK) of #bcb983 color hex is 0.00, 0.02, 0.30, 0.26. Web safe color of #bcb983 is #cccc99. Color #bcb983 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111001 10000011
Octal 274 271 203
Decimal 188 185 131
Hex BC B9 83

RGB Percentages of Color #bcb983

%37.30
%36.71
%25.99

CMYK Percentages of Color #bcb983

%0
%2
%30
%26

Triadic Colors of #bcb983

#bcb983 #83bcb9 #b983bc

Analogous Colors of #bcb983

#bcb983 #a3bc83 #bc9d83

Monochromatic Colors of #bcb983

#bcb983

Complementary Color

#bcb983 #8386bc

#bcb983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb983 Color CSS Codes

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

#bcb983 Text Font Color

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

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


#bcb983 Background Color

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

This div background color is #bcb983


#bcb983 Border Color

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

This div border color is #bcb983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb983


Comments

No comments written yet.

Please login to write comment.