Color Hex Logo

#bc744d Color Hex

#BC744D
(188,116,77)
0 Favorites   0 Comments

Color spaces of #bc744d

RGB 18811677
HSL0.060.450.52
HSV21°59°74°
CMYK 0.000.380.59   0.26
XYZ28.324023.718010.1064
Yxy23.71800.45570.3816
Hunter Lab48.701118.586521.7870
CIE-Lab55.804324.469533.2463

#bc744d color RGB value is (188,116,77).

#bc744d hex color red value is 188, green value is 116 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bc744d hue: 0.06 , saturation: 0.45 and the lightness value of bc744d is 0.52.

The process color (four color CMYK) of #bc744d color hex is 0.00, 0.38, 0.59, 0.26. Web safe color of #bc744d is #cc6666. Color #bc744d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110100 01001101
Octal 274 164 115
Decimal 188 116 77
Hex BC 74 4D

RGB Percentages of Color #bc744d

%49.34
%30.45
%20.21

CMYK Percentages of Color #bc744d

%0
%38
%59
%26

Triadic Colors of #bc744d

#bc744d #4dbc74 #744dbc

Analogous Colors of #bc744d

#bc744d #bcac4d #bc4d5e

Monochromatic Colors of #bc744d

#bc744d

Complementary Color

#bc744d #4d95bc

#bc744d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc744d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc744d Color CSS Codes

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

#bc744d Text Font Color

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

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


#bc744d Background Color

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

This div background color is #bc744d


#bc744d Border Color

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

This div border color is #bc744d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc744d

#bc744d Color Palettes


Comments

No comments written yet.

Please login to write comment.