Color Hex Logo

#bc943f Color Hex

#BC943F
(188,148,63)
0 Favorites   0 Comments

Color spaces of #bc943f

RGB 18814863
HSL0.110.500.49
HSV41°66°74°
CMYK 0.000.210.66   0.26
XYZ32.226132.23019.2251
Yxy32.23010.43740.4374
Hunter Lab56.77161.974430.1058
CIE-Lab63.53265.839849.2836

#bc943f color RGB value is (188,148,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010100 00111111
Octal 274 224 77
Decimal 188 148 63
Hex BC 94 3F

RGB Percentages of Color #bc943f

%47.12
%37.09
%15.79

CMYK Percentages of Color #bc943f

%0
%21
%66
%26

Triadic Colors of #bc943f

#bc943f #3fbc94 #943fbc

Analogous Colors of #bc943f

#bc943f #a6bc3f #bc563f

Monochromatic Colors of #bc943f

#bc943f

Complementary Color

#bc943f #3f67bc

#bc943f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc943f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc943f Color CSS Codes

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

#bc943f Text Font Color

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

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


#bc943f Background Color

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

This div background color is #bc943f


#bc943f Border Color

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

This div border color is #bc943f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc943f


Comments

No comments written yet.

Please login to write comment.