Color Hex Logo

#bc973a Color Hex

#BC973A
(188,151,58)
0 Favorites   0 Comments

Color spaces of #bc973a

RGB 18815158
HSL0.120.530.48
HSV43°69°74°
CMYK 0.000.200.69   0.26
XYZ32.569433.13018.6811
Yxy33.13010.43790.4454
Hunter Lab57.55880.275731.3489
CIE-Lab64.26613.911852.3100

#bc973a color RGB value is (188,151,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010111 00111010
Octal 274 227 72
Decimal 188 151 58
Hex BC 97 3A

RGB Percentages of Color #bc973a

%47.36
%38.04
%14.61

CMYK Percentages of Color #bc973a

%0
%20
%69
%26

Triadic Colors of #bc973a

#bc973a #3abc97 #973abc

Analogous Colors of #bc973a

#bc973a #a0bc3a #bc563a

Monochromatic Colors of #bc973a

#bc973a

Complementary Color

#bc973a #3a5fbc

#bc973a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc973a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc973a Color CSS Codes

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

#bc973a Text Font Color

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

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


#bc973a Background Color

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

This div background color is #bc973a


#bc973a Border Color

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

This div border color is #bc973a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc973a


Comments

No comments written yet.

Please login to write comment.