color codes Logo

#bc720c color codes

#BC720C
(188,114,12)
0 Favorites   0 Comments

Color spaces of #bc720c

RGB 18811412
HSL0.100.880.39
HSV35°94°74°
CMYK 0.000.390.94   0.26
XYZ26.822722.75253.3258
Yxy22.75250.50700.4301
Hunter Lab47.699616.900929.2558
CIE-Lab54.816522.719459.5789

#bc720c color RGB value is (188,114,12).

#bc720c hex color red value is 188, green value is 114 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bc720c hue: 0.10 , saturation: 0.88 and the lightness value of bc720c is 0.39.

The process color (four color CMYK) of #bc720c color code is 0.00, 0.39, 0.94, 0.26. Web safe color of #bc720c is #cc6600. Color #bc720c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110010 00001100
Octal 274 162 14
Decimal 188 114 12
Hex BC 72 C

RGB Percentages of Color #bc720c

%59.87
%36.31
%3.82

CMYK Percentages of Color #bc720c

%0
%39
%94
%26

Triadic Colors of #bc720c

#bc720c #0cbc72 #720cbc

Analogous Colors of #bc720c

#bc720c #aebc0c #bc1a0c

Monochromatic Colors of #bc720c

#bc720c

Complementary Color

#bc720c #0c56bc

#bc720c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc720c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc720c Color CSS Codes

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

#bc720c Text Font Color

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

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


#bc720c Background Color

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

This div background color is #bc720c


#bc720c Border Color

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

This div border color is #bc720c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc720c


Comments

No comments written yet.

Please login to write comment.