Color Hex Logo

#bc735e Color Hex

#BC735E
(188,115,94)
0 Favorites   0 Comments

Color spaces of #bc735e

RGB 18811594
HSL0.040.410.55
HSV13°50°74°
CMYK 0.000.390.50   0.26
XYZ28.890223.761013.6533
Yxy23.76100.43570.3584
Hunter Lab48.745320.488717.5148
CIE-Lab55.847726.493323.7703

#bc735e color RGB value is (188,115,94).

#bc735e hex color red value is 188, green value is 115 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bc735e hue: 0.04 , saturation: 0.41 and the lightness value of bc735e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110011 01011110
Octal 274 163 136
Decimal 188 115 94
Hex BC 73 5E

RGB Percentages of Color #bc735e

%47.36
%28.97
%23.68

CMYK Percentages of Color #bc735e

%0
%39
%50
%26

Triadic Colors of #bc735e

#bc735e #5ebc73 #735ebc

Analogous Colors of #bc735e

#bc735e #bca25e #bc5e78

Monochromatic Colors of #bc735e

#bc735e

Complementary Color

#bc735e #5ea7bc

#bc735e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc735e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc735e Color CSS Codes

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

#bc735e Text Font Color

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

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


#bc735e Background Color

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

This div background color is #bc735e


#bc735e Border Color

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

This div border color is #bc735e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc735e


Comments

No comments written yet.

Please login to write comment.