Color Hex Logo

#bc943d Color Hex

#BC943D
(188,148,61)
0 Favorites   0 Comments

Color spaces of #bc943d

RGB 18814861
HSL0.110.510.49
HSV41°68°74°
CMYK 0.000.210.68   0.26
XYZ32.171232.20818.9361
Yxy32.20810.43880.4393
Hunter Lab56.75221.870330.3908
CIE-Lab63.51455.719750.1794

#bc943d color RGB value is (188,148,61).

#bc943d hex color red value is 188, green value is 148 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bc943d hue: 0.11 , saturation: 0.51 and the lightness value of bc943d is 0.49.

The process color (four color CMYK) of #bc943d color hex is 0.00, 0.21, 0.68, 0.26. Web safe color of #bc943d is #cc9933. Color #bc943d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010100 00111101
Octal 274 224 75
Decimal 188 148 61
Hex BC 94 3D

RGB Percentages of Color #bc943d

%47.36
%37.28
%15.37

CMYK Percentages of Color #bc943d

%0
%21
%68
%26

Triadic Colors of #bc943d

#bc943d #3dbc94 #943dbc

Analogous Colors of #bc943d

#bc943d #a5bc3d #bc543d

Monochromatic Colors of #bc943d

#bc943d

Complementary Color

#bc943d #3d65bc

#bc943d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc943d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc943d Color CSS Codes

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

#bc943d Text Font Color

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

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


#bc943d Background Color

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

This div background color is #bc943d


#bc943d Border Color

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

This div border color is #bc943d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc943d


Comments

No comments written yet.

Please login to write comment.