Color Hex Logo

#bc972a Color Hex

#BC972A
(188,151,42)
0 Favorites   0 Comments

Color spaces of #bc972a

RGB 18815142
HSL0.120.630.45
HSV45°78°74°
CMYK 0.000.200.78   0.26
XYZ32.223632.99186.8602
Yxy32.99180.44710.4577
Hunter Lab57.4385-0.377033.1256
CIE-Lab64.15433.151258.6137

#bc972a color RGB value is (188,151,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010111 00101010
Octal 274 227 52
Decimal 188 151 42
Hex BC 97 2A

RGB Percentages of Color #bc972a

%49.34
%39.63
%11.02

CMYK Percentages of Color #bc972a

%0
%20
%78
%26

Triadic Colors of #bc972a

#bc972a #2abc97 #972abc

Analogous Colors of #bc972a

#bc972a #98bc2a #bc4e2a

Monochromatic Colors of #bc972a

#bc972a

Complementary Color

#bc972a #2a4fbc

#bc972a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc972a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc972a Color CSS Codes

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

#bc972a Text Font Color

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

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


#bc972a Background Color

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

This div background color is #bc972a


#bc972a Border Color

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

This div border color is #bc972a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc972a


Comments

No comments written yet.

Please login to write comment.