Color Hex Logo

#bcb747 Color Hex

#BCB747
(188,183,71)
0 Favorites   0 Comments

Color spaces of #bcb747

RGB 18818371
HSL0.160.470.51
HSV57°62°74°
CMYK 0.000.030.62   0.26
XYZ38.809945.013312.6042
Yxy45.01330.40250.4668
Hunter Lab67.0920-14.156135.8259
CIE-Lab72.9007-12.251655.8046

#bcb747 color RGB value is (188,183,71).

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

The process color (four color CMYK) of #bcb747 color hex is 0.00, 0.03, 0.62, 0.26. Web safe color of #bcb747 is #cccc33. Color #bcb747 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 01000111
Octal 274 267 107
Decimal 188 183 71
Hex BC B7 47

RGB Percentages of Color #bcb747

%42.53
%41.40
%16.06

CMYK Percentages of Color #bcb747

%0
%3
%62
%26

Triadic Colors of #bcb747

#bcb747 #47bcb7 #b747bc

Analogous Colors of #bcb747

#bcb747 #87bc47 #bc7d47

Monochromatic Colors of #bcb747

#bcb747

Complementary Color

#bcb747 #474cbc

#bcb747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb747 Color CSS Codes

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

#bcb747 Text Font Color

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

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


#bcb747 Background Color

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

This div background color is #bcb747


#bcb747 Border Color

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

This div border color is #bcb747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb747


Comments

No comments written yet.

Please login to write comment.