Color Hex Logo

#bc872c Color Hex

#BC872C
(188,135,44)
0 Favorites   0 Comments

Color spaces of #bc872c

RGB 18813544
HSL0.110.620.45
HSV38°77°74°
CMYK 0.000.280.77   0.26
XYZ29.857628.20126.2526
Yxy28.20120.46430.4385
Hunter Lab53.10487.426330.1925
CIE-Lab60.070112.004753.9945

#bc872c color RGB value is (188,135,44).

#bc872c hex color red value is 188, green value is 135 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bc872c hue: 0.11 , saturation: 0.62 and the lightness value of bc872c is 0.45.

The process color (four color CMYK) of #bc872c color hex is 0.00, 0.28, 0.77, 0.26. Web safe color of #bc872c is #cc9933. Color #bc872c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000111 00101100
Octal 274 207 54
Decimal 188 135 44
Hex BC 87 2C

RGB Percentages of Color #bc872c

%51.23
%36.78
%11.99

CMYK Percentages of Color #bc872c

%0
%28
%77
%26

Triadic Colors of #bc872c

#bc872c #2cbc87 #872cbc

Analogous Colors of #bc872c

#bc872c #a9bc2c #bc3f2c

Monochromatic Colors of #bc872c

#bc872c

Complementary Color

#bc872c #2c61bc

#bc872c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc872c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc872c Color CSS Codes

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

#bc872c Text Font Color

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

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


#bc872c Background Color

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

This div background color is #bc872c


#bc872c Border Color

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

This div border color is #bc872c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc872c


Comments

No comments written yet.

Please login to write comment.