Color Hex Logo

#bcb96d Color Hex

#BCB96D
(188,185,109)
0 Favorites   0 Comments

Color spaces of #bcb96d

RGB 188185109
HSL0.160.370.58
HSV58°42°74°
CMYK 0.000.020.42   0.26
XYZ40.848346.493421.2892
Yxy46.49340.37600.4280
Hunter Lab68.1861-12.391429.2186
CIE-Lab73.8646-10.022638.8574

#bcb96d color RGB value is (188,185,109).

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

The process color (four color CMYK) of #bcb96d color hex is 0.00, 0.02, 0.42, 0.26. Web safe color of #bcb96d is #cccc66. Color #bcb96d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111001 01101101
Octal 274 271 155
Decimal 188 185 109
Hex BC B9 6D

RGB Percentages of Color #bcb96d

%39.00
%38.38
%22.61

CMYK Percentages of Color #bcb96d

%0
%2
%42
%26

Triadic Colors of #bcb96d

#bcb96d #6dbcb9 #b96dbc

Analogous Colors of #bcb96d

#bcb96d #98bc6d #bc926d

Monochromatic Colors of #bcb96d

#bcb96d

Complementary Color

#bcb96d #6d70bc

#bcb96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb96d Color CSS Codes

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

#bcb96d Text Font Color

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

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


#bcb96d Background Color

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

This div background color is #bcb96d


#bcb96d Border Color

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

This div border color is #bcb96d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb96d


Comments

No comments written yet.

Please login to write comment.