Color Hex Logo

#bc723f Color Hex

#BC723F
(188,114,63)
0 Favorites   0 Comments

Color spaces of #bc723f

RGB 18811463
HSL0.070.500.49
HSV24°66°74°
CMYK 0.000.390.66   0.26
XYZ27.653623.08497.7010
Yxy23.08490.47320.3950
Hunter Lab48.046718.655024.1296
CIE-Lab55.159724.592239.9789

#bc723f color RGB value is (188,114,63).

#bc723f hex color red value is 188, green value is 114 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bc723f hue: 0.07 , saturation: 0.50 and the lightness value of bc723f is 0.49.

The process color (four color CMYK) of #bc723f color hex is 0.00, 0.39, 0.66, 0.26. Web safe color of #bc723f is #cc6633. Color #bc723f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110010 00111111
Octal 274 162 77
Decimal 188 114 63
Hex BC 72 3F

RGB Percentages of Color #bc723f

%51.51
%31.23
%17.26

CMYK Percentages of Color #bc723f

%0
%39
%66
%26

Triadic Colors of #bc723f

#bc723f #3fbc72 #723fbc

Analogous Colors of #bc723f

#bc723f #bcb13f #bc3f4b

Monochromatic Colors of #bc723f

#bc723f

Complementary Color

#bc723f #3f89bc

#bc723f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc723f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc723f Color CSS Codes

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

#bc723f Text Font Color

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

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


#bc723f Background Color

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

This div background color is #bc723f


#bc723f Border Color

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

This div border color is #bc723f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc723f


Comments

No comments written yet.

Please login to write comment.