Color Hex Logo

#bcb74f Color Hex

#BCB74F
(188,183,79)
0 Favorites   0 Comments

Color spaces of #bcb74f

RGB 18818379
HSL0.160.450.52
HSV57°58°74°
CMYK 0.000.030.58   0.26
XYZ39.083845.122914.0468
Yxy45.12290.39780.4592
Hunter Lab67.1736-13.696634.6233
CIE-Lab72.9727-11.691752.3437

#bcb74f color RGB value is (188,183,79).

#bcb74f hex color red value is 188, green value is 183 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bcb74f hue: 0.16 , saturation: 0.45 and the lightness value of bcb74f is 0.52.

The process color (four color CMYK) of #bcb74f color hex is 0.00, 0.03, 0.58, 0.26. Web safe color of #bcb74f is #cccc66. Color #bcb74f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 01001111
Octal 274 267 117
Decimal 188 183 79
Hex BC B7 4F

RGB Percentages of Color #bcb74f

%41.78
%40.67
%17.56

CMYK Percentages of Color #bcb74f

%0
%3
%58
%26

Triadic Colors of #bcb74f

#bcb74f #4fbcb7 #b74fbc

Analogous Colors of #bcb74f

#bcb74f #8bbc4f #bc814f

Monochromatic Colors of #bcb74f

#bcb74f

Complementary Color

#bcb74f #4f54bc

#bcb74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb74f Color CSS Codes

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

#bcb74f Text Font Color

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

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


#bcb74f Background Color

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

This div background color is #bcb74f


#bcb74f Border Color

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

This div border color is #bcb74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb74f


Comments

No comments written yet.

Please login to write comment.