Color Hex Logo

#bc726f Color Hex

#BC726F
(188,114,111)
0 Favorites   0 Comments

Color spaces of #bc726f

RGB 188114111
HSL0.010.360.59
HSV41°74°
CMYK 0.000.390.41   0.26
XYZ29.625623.873718.0856
Yxy23.87370.41390.3335
Hunter Lab48.860722.723212.2565
CIE-Lab55.961128.833114.1313

#bc726f color RGB value is (188,114,111).

#bc726f hex color red value is 188, green value is 114 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bc726f hue: 0.01 , saturation: 0.36 and the lightness value of bc726f is 0.59.

The process color (four color CMYK) of #bc726f color hex is 0.00, 0.39, 0.41, 0.26. Web safe color of #bc726f is #cc6666. Color #bc726f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110010 01101111
Octal 274 162 157
Decimal 188 114 111
Hex BC 72 6F

RGB Percentages of Color #bc726f

%45.52
%27.60
%26.88

CMYK Percentages of Color #bc726f

%0
%39
%41
%26

Triadic Colors of #bc726f

#bc726f #6fbc72 #726fbc

Analogous Colors of #bc726f

#bc726f #bc996f #bc6f93

Monochromatic Colors of #bc726f

#bc726f

Complementary Color

#bc726f #6fb9bc

#bc726f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc726f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc726f Color CSS Codes

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

#bc726f Text Font Color

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

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


#bc726f Background Color

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

This div background color is #bc726f


#bc726f Border Color

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

This div border color is #bc726f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc726f


Comments

No comments written yet.

Please login to write comment.