Color Hex Logo

#bc7903 Color Hex

#BC7903
(188,121,3)
0 Favorites   0 Comments

Color spaces of #bc7903

RGB 1881213
HSL0.110.970.37
HSV38°98°74°
CMYK 0.000.360.98   0.26
XYZ27.592824.37273.3362
Yxy24.37270.49900.4407
Hunter Lab49.368713.370730.5514
CIE-Lab56.459018.748662.3458

#bc7903 color RGB value is (188,121,3).

#bc7903 hex color red value is 188, green value is 121 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #bc7903 hue: 0.11 , saturation: 0.97 and the lightness value of bc7903 is 0.37.

The process color (four color CMYK) of #bc7903 color hex is 0.00, 0.36, 0.98, 0.26. Web safe color of #bc7903 is #cc6600. Color #bc7903 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111001 00000011
Octal 274 171 3
Decimal 188 121 3
Hex BC 79 3

RGB Percentages of Color #bc7903

%60.26
%38.78
%0.96

CMYK Percentages of Color #bc7903

%0
%36
%98
%26

Triadic Colors of #bc7903

#bc7903 #03bc79 #7903bc

Analogous Colors of #bc7903

#bc7903 #a3bc03 #bc1c03

Monochromatic Colors of #bc7903

#bc7903

Complementary Color

#bc7903 #0346bc

#bc7903 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7903 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7903 Color CSS Codes

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

#bc7903 Text Font Color

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

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


#bc7903 Background Color

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

This div background color is #bc7903


#bc7903 Border Color

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

This div border color is #bc7903


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7903


Comments

No comments written yet.

Please login to write comment.