Color Hex Logo

#bc973e Color Hex

#BC973E
(188,151,62)
0 Favorites   0 Comments

Color spaces of #bc973e

RGB 18815162
HSL0.120.500.49
HSV42°67°74°
CMYK 0.000.200.67   0.26
XYZ32.675133.17249.2382
Yxy33.17240.43520.4418
Hunter Lab57.59550.474630.8068
CIE-Lab64.30034.142750.5655

#bc973e color RGB value is (188,151,62).

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

The process color (four color CMYK) of #bc973e color hex is 0.00, 0.20, 0.67, 0.26. Web safe color of #bc973e is #cc9933. Color #bc973e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010111 00111110
Octal 274 227 76
Decimal 188 151 62
Hex BC 97 3E

RGB Percentages of Color #bc973e

%46.88
%37.66
%15.46

CMYK Percentages of Color #bc973e

%0
%20
%67
%26

Triadic Colors of #bc973e

#bc973e #3ebc97 #973ebc

Analogous Colors of #bc973e

#bc973e #a2bc3e #bc583e

Monochromatic Colors of #bc973e

#bc973e

Complementary Color

#bc973e #3e63bc

#bc973e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc973e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc973e Color CSS Codes

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

#bc973e Text Font Color

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

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


#bc973e Background Color

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

This div background color is #bc973e


#bc973e Border Color

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

This div border color is #bc973e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc973e


Comments

No comments written yet.

Please login to write comment.