Color Hex Logo

#bcb95f Color Hex

#BCB95F
(188,185,95)
0 Favorites   0 Comments

Color spaces of #bcb95f

RGB 18818595
HSL0.160.410.55
HSV58°49°74°
CMYK 0.000.020.49   0.26
XYZ40.153646.215517.6306
Yxy46.21550.38610.4444
Hunter Lab67.9820-13.537332.2110
CIE-Lab73.6852-11.400545.6197

#bcb95f color RGB value is (188,185,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111001 01011111
Octal 274 271 137
Decimal 188 185 95
Hex BC B9 5F

RGB Percentages of Color #bcb95f

%40.17
%39.53
%20.30

CMYK Percentages of Color #bcb95f

%0
%2
%49
%26

Triadic Colors of #bcb95f

#bcb95f #5fbcb9 #b95fbc

Analogous Colors of #bcb95f

#bcb95f #91bc5f #bc8b5f

Monochromatic Colors of #bcb95f

#bcb95f

Complementary Color

#bcb95f #5f62bc

#bcb95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb95f Color CSS Codes

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

#bcb95f Text Font Color

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

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


#bcb95f Background Color

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

This div background color is #bcb95f


#bcb95f Border Color

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

This div border color is #bcb95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb95f


Comments

No comments written yet.

Please login to write comment.