Color Hex Logo

#bc712b Color Hex

#BC712B
(188,113,43)
0 Favorites   0 Comments

Color spaces of #bc712b

RGB 18811343
HSL0.080.630.45
HSV29°77°74°
CMYK 0.000.400.77   0.26
XYZ27.080222.67605.2351
Yxy22.67600.49240.4124
Hunter Lab47.619318.175726.8154
CIE-Lab54.737024.108149.2352

#bc712b color RGB value is (188,113,43).

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

The process color (four color CMYK) of #bc712b color hex is 0.00, 0.40, 0.77, 0.26. Web safe color of #bc712b is #cc6633. Color #bc712b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110001 00101011
Octal 274 161 53
Decimal 188 113 43
Hex BC 71 2B

RGB Percentages of Color #bc712b

%54.65
%32.85
%12.50

CMYK Percentages of Color #bc712b

%0
%40
%77
%26

Triadic Colors of #bc712b

#bc712b #2bbc71 #712bbc

Analogous Colors of #bc712b

#bc712b #bcba2b #bc2b2e

Monochromatic Colors of #bc712b

#bc712b

Complementary Color

#bc712b #2b76bc

#bc712b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc712b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc712b Color CSS Codes

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

#bc712b Text Font Color

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

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


#bc712b Background Color

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

This div background color is #bc712b


#bc712b Border Color

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

This div border color is #bc712b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc712b


Comments

No comments written yet.

Please login to write comment.